Fix 'date -u'

-Erik
This commit is contained in:
Eric Andersen
2000-06-06 22:17:43 +00:00
parent fb8ba506bb
commit 1f6262b8e2
3 changed files with 2 additions and 4 deletions

View File

@@ -187,7 +187,7 @@ int date_main(int argc, char **argv)
utc = 1;
if (putenv("TZ=UTC0") != 0)
fatalError(memory_exhausted, "date");
/* Look ma, no break. Don't fix it either. */
break;
case 'd':
use_arg = 1;
if (date_str != NULL)