changeset 11687:d2b36b28643d draft

<b_jonas> revert
author HackEso <hackeso@esolangs.org>
date Fri, 04 Jan 2019 21:29:43 +0000
parents 10d612def8ee
children 06331fefa90d
files bin/datei bin/dateu
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/bin/datei	Fri Jan 04 21:29:08 2019 +0000
+++ b/bin/datei	Fri Jan 04 21:29:43 2019 +0000
@@ -1,2 +1,2 @@
 #!/bin/sh
-exec date ${d:+-d "$d"} "+%Y-%m-%d %H:%M:%S.%N %z %Z %B %-e %A %G-W%V-%u"
+exec date "+%Y-%m-%d %H:%M:%S.%N %z %Z %B %-e %A %G-W%V-%u"
--- a/bin/dateu	Fri Jan 04 21:29:08 2019 +0000
+++ b/bin/dateu	Fri Jan 04 21:29:43 2019 +0000
@@ -1,2 +1,2 @@
 #!/bin/sh
-exec date -u ${d:+-d "$d"} "+%Y-%m-%d %H:%M:%S.%N %z %Z %B %-e %A %G-W%V-%u"
+exec date -u "+%Y-%m-%d %H:%M:%S.%N %z %Z %B %-e %A %G-W%V-%u"