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-04 14:23:29 +0000
committerOliver Kiddle <opk@users.sourceforge.net>2003-12-04 14:23:29 +0000
commit966afb4622fbb5a71583557af88425b693e06fce (patch)
tree4df4fdd862875d2f877ad531fab9ef167c3675c4 /Completion/Unix/Command/_chown
parent825c0ad82faa2b2119bd5305f90413b252093a8d (diff)
downloadzsh-966afb4622fbb5a71583557af88425b693e06fce.tar.gz
zsh-966afb4622fbb5a71583557af88425b693e06fce.tar.xz
zsh-966afb4622fbb5a71583557af88425b693e06fce.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 26dec1159..0c8ef916f 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 '.' )