diff options
Diffstat (limited to 'Completion/Unix/Command')
| -rw-r--r-- | Completion/Unix/Command/_chown | 2 | ||||
| -rw-r--r-- | Completion/Unix/Command/_links | 16 |
2 files changed, 12 insertions, 6 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 ':' ) |
