diff options
Diffstat (limited to 'shells/zsh/patches/patch-af')
-rw-r--r-- | shells/zsh/patches/patch-af | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/shells/zsh/patches/patch-af b/shells/zsh/patches/patch-af new file mode 100644 index 00000000000..c076ed1cd3a --- /dev/null +++ b/shells/zsh/patches/patch-af @@ -0,0 +1,11 @@ +--- Completion/Unix/Command/_apm.orig 2005-05-09 23:57:43.000000000 +0200 ++++ Completion/Unix/Command/_apm 2005-05-09 23:58:44.000000000 +0200 +@@ -11,7 +11,7 @@ + '(-n --noignore)'{-n,--noignore}'[tell the system not to ignore system-generated APM message]' \ + '(-i --ignore)'{-i,--ignore}'[tell the system to ignore system-generated APM message]' && return + +-elif [[ $OSTYPE == freebsd* ]]; then ++elif [[ $OSTYPE == freebsd* || $OSTYPE = dragonfly* ]]; then + + _arguments \ + '-a[display AC line status]' \ |