diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2016-12-23 01:56:18 +0100 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2016-12-23 01:56:18 +0100 |
commit | af3a244680a9ab01a4ae9cc4b6ffb0a5b2d98b9c (patch) | |
tree | 47ee9f0e4900cd4b636de6bb403e805a90ef78db /Completion/BSD/Command/_chflags | |
parent | ea5d92e0dbe7d86c32bb74a50e1aa574e9c3a504 (diff) | |
parent | 06b1b7a37a69c9af27f52c9d073c0364bb997dd1 (diff) | |
download | zsh-af3a244680a9ab01a4ae9cc4b6ffb0a5b2d98b9c.tar.gz zsh-af3a244680a9ab01a4ae9cc4b6ffb0a5b2d98b9c.zip |
Merge tag 'zsh-5.3.1' into debian
Release 5.3.1.
Diffstat (limited to 'Completion/BSD/Command/_chflags')
-rw-r--r-- | Completion/BSD/Command/_chflags | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/BSD/Command/_chflags b/Completion/BSD/Command/_chflags index 43042bee4..075782cd9 100644 --- a/Completion/BSD/Command/_chflags +++ b/Completion/BSD/Command/_chflags @@ -35,7 +35,7 @@ if [[ $OSTYPE = (darwin|dragonfly|freebsd|netbsd)* ]]; then fi if [[ $OSTYPE = (dragonfly|freebsd)* ]]; then - addlfags uunlnk 'user undeletable' + addflags uunlnk 'user undeletable' (( EUID )) || addflags sunlnk 'system undeletable' fi |