zsh-workers
 help / color / mirror / code / Atom feed
* patch to _diff_options for Solaris
@ 2004-03-19 21:14 Danek Duvall
  0 siblings, 0 replies; only message in thread
From: Danek Duvall @ 2004-03-19 21:14 UTC (permalink / raw)
  To: zsh-workers

[-- Attachment #1: Type: text/plain, Size: 134 bytes --]

The attached patch allows "diff -u" to be recognized not just on Solaris
9, but on Solaris 9 and up (it breaks on 10).

Thanks,
Danek

[-- Attachment #2: completions.patch --]
[-- Type: text/plain, Size: 325 bytes --]

--- zsh-4.2.0/Completion/Unix/Type/_diff_options.orig	Fri Nov 14 03:56:56 2003
+++ zsh-4.2.0/Completion/Unix/Type/_diff_options	Fri Mar 19 13:07:38 2004
@@ -103,7 +103,7 @@
     "$@"
 else
   case $OSTYPE in
-    solaris2.9)
+    solaris2.<9->)
       args=( '(-c -e -f -C)-u[output a unified diff]' )
     ;&
     solaris*)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-03-19 21:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-03-19 21:14 patch to _diff_options for Solaris Danek Duvall

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).