diff options
Diffstat (limited to 'Completion/Unix/Command')
-rw-r--r-- | Completion/Unix/Command/_strings | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Completion/Unix/Command/_strings b/Completion/Unix/Command/_strings index 8eeff704b..b13366dd2 100644 --- a/Completion/Unix/Command/_strings +++ b/Completion/Unix/Command/_strings @@ -56,9 +56,9 @@ else '-a[look everywhere in file, not just initialised data space of object files]' ) case $OSTYPE in - darwin) + darwin*) local -a arch - arch=( ${${${"$(_call_program architectures strings -arch \? 2>&1)"}#*flags are: }%%$'\n'*} ) + arch=( ${(z)${${"$(_call_program architectures strings -arch - 2>&1)"}#*flags are: }%%$'\n'*} all ) args+=( '-arch[specify the architecture]:architecture:compadd -a arch' ) ;; esac |