about summary refs log tree commit diff
path: root/Completion/Unix/Command/_chown
diff options
context:
space:
mode:
authorOliver Kiddle <opk@users.sourceforge.net>2003-12-05 17:06:50 +0000
committerOliver Kiddle <opk@users.sourceforge.net>2003-12-05 17:06:50 +0000
commit9f60e77f35eae5227e4ec10c8be3e244140bec6a (patch)
tree65bebc0f4bac8ade0dcdb7368bd6c57271682c60 /Completion/Unix/Command/_chown
parentf490c7c312fe032287a12a16638ad4f3411b8028 (diff)
downloadzsh-9f60e77f35eae5227e4ec10c8be3e244140bec6a.tar.gz
zsh-9f60e77f35eae5227e4ec10c8be3e244140bec6a.tar.xz
zsh-9f60e77f35eae5227e4ec10c8be3e244140bec6a.zip
Baptiste Daroussin: 19272: small updates
Diffstat (limited to 'Completion/Unix/Command/_chown')
-rw-r--r--Completion/Unix/Command/_chown2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_chown b/Completion/Unix/Command/_chown
index 3b2372319..3db5873d8 100644
--- a/Completion/Unix/Command/_chown
+++ b/Completion/Unix/Command/_chown
@@ -39,7 +39,7 @@ case $state in
     else
       if compset -S '[.:]*'; then
         suf=()
-      elif [[ $OSTYPE = (solaris*|hpux*|*bsd*) ]]; then
+      elif [[ $OSTYPE = (solaris*|hpux*|*bsd*|linux*) ]]; then
 	suf=( -qS ':' )
       else
 	suf=( -qS '.' )