diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2013-12-02 15:39:20 +0100 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2013-12-02 15:39:20 +0100 |
commit | 8f07e7658dcdfecc082ddaaad8e26f460eb02d45 (patch) | |
tree | a16ecc9a433b450827fbd056b06a3260592a8a37 /Completion/Unix/Command/_growisofs | |
parent | df234cd62d04180a54071c7a2a5210d1f16c8b98 (diff) | |
parent | 56aa469d06a60ff23fe0c50ab9d44ae40c150412 (diff) | |
download | zsh-8f07e7658dcdfecc082ddaaad8e26f460eb02d45.tar.gz zsh-8f07e7658dcdfecc082ddaaad8e26f460eb02d45.zip |
Merge branch 'upstream' into debian
Diffstat (limited to 'Completion/Unix/Command/_growisofs')
-rw-r--r-- | Completion/Unix/Command/_growisofs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Completion/Unix/Command/_growisofs b/Completion/Unix/Command/_growisofs index dcccf64a4..36b45d5ba 100644 --- a/Completion/Unix/Command/_growisofs +++ b/Completion/Unix/Command/_growisofs @@ -139,8 +139,8 @@ if (( index_of_find > 0 && index_of_find < CURRENT )); then [[ $words[CURRENT-1] == -([HLP]|-(help|version)) ]]) || [[ -d $words[CURRENT-1] ]]; then # TODO: all $words[index_of_find,CURRENT-1] must be -d. - # But we can perhaps assume that the user hasn’t gone back and changed an - # argument without thinking about it carefully…otherwise, all previous + # But we can perhaps assume that the user hasn't gone back and changed an + # argument without thinking about it carefully...otherwise, all previous # words of interest will have passed the -d test. _arguments \ $find_paths \ |