1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-12-29 16:25:35 +01:00

40209: Fix typo in chflags completion

This commit is contained in:
Baptiste Daroussin 2016-12-18 13:14:45 +01:00 committed by Daniel Shahaf
parent 816084c0ac
commit 8ae20a8589
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2016-12-18 Baptiste Daroussin <bapt@gandi.net>
* 40209: Completion/BSD/Command/_chflags: Fix typo in chflags
completion
2016-12-16 Daniel Shahaf <d.s@daniel.shahaf.name>
* 40149: Functions/VCS_Info/Backends/VCS_INFO_get_data_git:

View file

@ -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