1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-05-28 10:56:08 +02:00

19661: Support diff -u for Solaris 2.10 upwards

This commit is contained in:
Peter Stephenson 2004-03-23 10:32:43 +00:00
parent 417c52e243
commit dda348832d
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2004-03-23 Peter Stephenson <pws@csr.com>
* 19661: Danek Duvall: Completion/Unix/Type/_diff_options:
support diff -u on Solaris from 2.10 up.
2004-03-22 Clint Adams <clint@zsh.org>
* 19673: Peter Palfrader: Completion/Unix/Command/_cvs:

View File

@ -103,7 +103,7 @@ if _pick_variant -c $cmd gnu=GNU unix -v; then
"$@"
else
case $OSTYPE in
solaris2.9)
solaris2.<9->)
args=( '(-c -e -f -C)-u[output a unified diff]' )
;&
solaris*)