Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[PATCH] _date (darwin)
- X-seq: zsh-workers 27010
- From: "Jun T." <takimoto-j@xxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: [PATCH] _date (darwin)
- Date: Thu, 28 May 2009 20:51:25 +0900
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
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