mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-04 19:33:18 +00:00
Was stomping on version variable
This commit is contained in:
parent
b030d84371
commit
db3eac114d
@ -7,12 +7,13 @@ require 5.005;
|
||||
require "build-seamonkey-util.pl";
|
||||
|
||||
use strict;
|
||||
$::Version = '$Revision: 1.92 $ ';
|
||||
|
||||
# "use strict" complains if we do not define these.
|
||||
# They are not initialized here. The default values are after "__END__".
|
||||
$TreeSpecific::checkout_command = $::Version = undef;
|
||||
|
||||
$::Version = '$Revision: 1.93 $ ';
|
||||
|
||||
{
|
||||
TinderUtils::Setup();
|
||||
tree_specific_overides();
|
||||
|
Loading…
Reference in New Issue
Block a user