diff options
author | jmcp <James.McPherson@Sun.COM> | 2009-10-07 16:55:54 -0700 |
---|---|---|
committer | jmcp <James.McPherson@Sun.COM> | 2009-10-07 16:55:54 -0700 |
commit | 48bc00d6814e04ff3edb32cafe7d1bc580baff68 (patch) | |
tree | cef0fbaa0527cedbe2de4371f65da641f81ba8cf /usr/src/tools/scripts/webrev.sh | |
parent | 26f848ca9bce766fd7e67d1a3b418c37698e319b (diff) | |
download | illumos-joyent-48bc00d6814e04ff3edb32cafe7d1bc580baff68.tar.gz |
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
Diffstat (limited to 'usr/src/tools/scripts/webrev.sh')
-rw-r--r-- | usr/src/tools/scripts/webrev.sh | 3 |
1 files changed, 2 insertions, 1 deletions
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 "<tr><th>Prepared by:</th><td>$preparer on `date`</td></tr>" +PREPDATE=$(LC_ALL=C /usr/bin/date +%Y-%b-%d\ %R\ %z\ %Z) +print "<tr><th>Prepared by:</th><td>$preparer on $PREPDATE</td></tr>" print "<tr><th>Workspace:</th><td>$CWS" if [[ -n $CWS_REV ]]; then print "(at $CWS_REV)" |