about summary refs log tree commit diff
path: root/Completion/BSD
diff options
context:
space:
mode:
authorOliver Kiddle <opk@users.sourceforge.net>2005-05-11 09:27:05 +0000
committerOliver Kiddle <opk@users.sourceforge.net>2005-05-11 09:27:05 +0000
commitaf31bd1741effb8aa8a6fb1070c61e958c47b31f (patch)
tree3b50650cb6031ee1738dcbdd5f6103c194d130c6 /Completion/BSD
parent396ae4675744aaab998e7f1b6d80de44e030fa7f (diff)
downloadzsh-af31bd1741effb8aa8a6fb1070c61e958c47b31f.tar.gz
zsh-af31bd1741effb8aa8a6fb1070c61e958c47b31f.tar.xz
zsh-af31bd1741effb8aa8a6fb1070c61e958c47b31f.zip
Joerg Sonnenberger: 21252: Dragonfly BSD support
Diffstat (limited to 'Completion/BSD')
-rw-r--r--Completion/BSD/Command/_chflags2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/BSD/Command/_chflags b/Completion/BSD/Command/_chflags
index 569326b53..d6bcfe4b3 100644
--- a/Completion/BSD/Command/_chflags
+++ b/Completion/BSD/Command/_chflags
@@ -25,7 +25,7 @@ if (( ! EUID )); then
   unset own
 fi
 
-if [[ $OSTYPE = freebsd* ]]; then
+if [[ $OSTYPE = (freebsd|dragonfly)* ]]; then
   flags=( $flags[@]
     '(nouunlnk)uunlnk[set the user undeletable flag]'
     '(uunlnk)nouunlnk[unset the user undeletable flag]'