BUg 332535 follow-up: Fix comment to match code. r=bryner
git-svn-id: svn://10.0.0.236/trunk@193957 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -93,7 +93,7 @@ sub UpdateBuildNumber($$) {
|
||||
|
||||
my $old_num = "";
|
||||
|
||||
# Only overwrite file if contents are not already set to 0
|
||||
# Don't overwrite $outfile if its contents won't change
|
||||
if ( -e $outfile ) {
|
||||
open(OLD, "<$outfile") || die "$outfile: $!\n";
|
||||
$old_num = <OLD>;
|
||||
|
||||
Reference in New Issue
Block a user