about summary refs log tree commit diff
path: root/Completion/BSD
diff options
context:
space:
mode:
authorPaul Ackersviller <packersv@users.sourceforge.net>2007-11-25 04:21:27 +0000
committerPaul Ackersviller <packersv@users.sourceforge.net>2007-11-25 04:21:27 +0000
commitb0ec3d3ec5a1a472f090ac2a9c1b228e7c6e0e6b (patch)
tree819e9d3baebe7b32f5c9dd371a5d3a9d7796b218 /Completion/BSD
parent56ce5117368991e23208d50ac120167427014982 (diff)
downloadzsh-b0ec3d3ec5a1a472f090ac2a9c1b228e7c6e0e6b.tar.gz
zsh-b0ec3d3ec5a1a472f090ac2a9c1b228e7c6e0e6b.tar.xz
zsh-b0ec3d3ec5a1a472f090ac2a9c1b228e7c6e0e6b.zip
Merge of 23814: fixes for Darwin.
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 d6bcfe4b3..6d5b6e973 100644
--- a/Completion/BSD/Command/_chflags
+++ b/Completion/BSD/Command/_chflags
@@ -25,7 +25,7 @@ if (( ! EUID )); then
   unset own
 fi
 
-if [[ $OSTYPE = (freebsd|dragonfly)* ]]; then
+if [[ $OSTYPE = (freebsd|dragonfly|darwin)* ]]; then
   flags=( $flags[@]
     '(nouunlnk)uunlnk[set the user undeletable flag]'
     '(uunlnk)nouunlnk[unset the user undeletable flag]'