From af31bd1741effb8aa8a6fb1070c61e958c47b31f Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Wed, 11 May 2005 09:27:05 +0000 Subject: Joerg Sonnenberger: 21252: Dragonfly BSD support --- Completion/BSD/Command/_chflags | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/BSD') 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]' -- cgit 1.4.1