projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47abc49
)
Don't use pointless GNU-isms
author
Eric Andersen
<andersen@codepoet.org>
Sat, 15 Jun 2002 14:33:06 +0000
(14:33 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Sat, 15 Jun 2002 14:33:06 +0000
(14:33 -0000)
coreutils/date.c
patch
|
blob
|
history
diff --git
a/coreutils/date.c
b/coreutils/date.c
index 6db3e2838731b0f0b0dd0e26ad021b7a245199d2..41ceee29d5d1b5760354d1a0d3a8bc44f4c2b223 100644
(file)
--- a/
coreutils/date.c
+++ b/
coreutils/date.c
@@
-222,8
+222,8
@@
int date_main(int argc, char **argv)
if (date_fmt == NULL) {
date_fmt = (rfc822
? (utc
- ? "%a, %
_d
%b %Y %H:%M:%S GMT"
- : "%a, %
_d
%b %Y %H:%M:%S %z")
+ ? "%a, %
e
%b %Y %H:%M:%S GMT"
+ : "%a, %
e
%b %Y %H:%M:%S %z")
: "%a %b %e %H:%M:%S %Z %Y");
} else if (*date_fmt == '\0') {