Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

[PATCH] _date (darwin)



The date command in MacOSX (darwin) has the same options as
that in FreeBSD.

Index: Completion/Unix/Command/_date
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Unix/Command/_date,v
retrieving revision 1.7
diff -u -r1.7 _date
--- Completion/Unix/Command/_date	18 Feb 2009 21:49:04 -0000	1.7
+++ Completion/Unix/Command/_date	27 May 2009 07:32:47 -0000
@@ -20,7 +20,7 @@
     solaris*)
       args=( '-a:adjustment' )
     ;;
-    freebsd*)
+    freebsd*|darwin*)
       args=(
 	'-n[only set time on current machine]'
 	'-d:daylight saving time value'



Messages sorted by: Reverse Date, Date, Thread, Author