commit f7fd1453d468ed770de3a43fa43cb827f95ef655
parent 6b4a791835ec4059330065b71702e579983a8c32
Author: Jan Pobrislo <ccx@webprojekty.cz>
Date: Mon, 20 Nov 2017 12:49:12 +0100
Add missing paren
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/zsh-functions/confz_fs_init b/zsh-functions/confz_fs_init
@@ -7,7 +7,7 @@
# smartctl -i /dev/sda | while IFS=':' read foo bar; do P '***' ${${foo:l}// /_} ${bar/# #}; done
fs_smartctl_probe() {
- (($+smartctl_probed)) && (($smartctl_probed) && return 0
+ (($+smartctl_probed)) && (($smartctl_probed)) && return 0
local dev item val rest
typeset -g smartctl_probed
typeset -ga smartctl_devices