mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-15 11:13:29 +00:00
backing myself out, the formatting was correct in the last revision. i'll
just go restart the tinderboxen now.
This commit is contained in:
parent
835cb6327c
commit
cdec946e02
@ -6,7 +6,7 @@ use Sys::Hostname;
|
||||
use POSIX "sys_wait_h";
|
||||
use Cwd;
|
||||
|
||||
$Version = '$Revision: 1.30 $ ';
|
||||
$Version = '$Revision: 1.31 $ ';
|
||||
|
||||
|
||||
sub PrintUsage {
|
||||
@ -386,7 +386,7 @@ sub BuildIt {
|
||||
$StartTime = time;
|
||||
|
||||
if ($UseTimeStamp) {
|
||||
$BuildStart = `date`;
|
||||
$BuildStart = `date '+%m/%d/%Y %H:%M'`;
|
||||
chomp($BuildStart);
|
||||
$CVSCO .= " -D '$BuildStart'";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user