diff options
author | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2020-10-19 15:51:01 +0300 |
---|---|---|
committer | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2020-10-19 15:51:01 +0300 |
commit | a124a7103236124c95128f71da632f50d426ba7c (patch) | |
tree | 535e341b2e8991f23f856f78fc42ee54039599bc /internal | |
parent | fb2805e5abf02c397fddfa35c16e31d05521c6ca (diff) |
typo
Diffstat (limited to 'internal')
-rw-r--r-- | internal/wizard.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/wizard.zsh b/internal/wizard.zsh index 86a551e5..a1b87220 100644 --- a/internal/wizard.zsh +++ b/internal/wizard.zsh @@ -24,7 +24,7 @@ else fi local -i in_z4h_wizard=0 -[[ $force == 0 && $functions[z4h] == 1 && -n $Z4H && -e $Z4H/welcome ]] && in_z4h_wizard=1 +[[ $force == 0 && $+functions[z4h] == 1 && -n $Z4H && -e $Z4H/welcome ]] && in_z4h_wizard=1 local -i success=0 |