From 48bc00d6814e04ff3edb32cafe7d1bc580baff68 Mon Sep 17 00:00:00 2001 From: jmcp Date: Wed, 7 Oct 2009 16:55:54 -0700 Subject: 6880460 some root-build bits were missed by 6864230 6414832 SUNWonbld gk account should be removed 6536468 date in Nevada motd should be changed 6855668 webrev mangles dates in non-Romanised locales 6866716 estimation of max-jobs for /.make.machines is incorrect 6589104 make POUND_SIGN less of a drag 6750554 build rule for mcs gives shell+date a real workout 6885068 no need for raciness Portions contributed by Rich Lowe --- usr/src/tools/scripts/webrev.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr/src/tools/scripts/webrev.sh') diff --git a/usr/src/tools/scripts/webrev.sh b/usr/src/tools/scripts/webrev.sh index d20b9607ac..c1da7846dc 100644 --- a/usr/src/tools/scripts/webrev.sh +++ b/usr/src/tools/scripts/webrev.sh @@ -3250,7 +3250,8 @@ if [[ -z "$preparer" ]]; then ') fi -print "Prepared by:$preparer on `date`" +PREPDATE=$(LC_ALL=C /usr/bin/date +%Y-%b-%d\ %R\ %z\ %Z) +print "Prepared by:$preparer on $PREPDATE" print "Workspace:$CWS" if [[ -n $CWS_REV ]]; then print "(at $CWS_REV)" -- cgit v1.2.3