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:
jag%tty.nl
2006-04-09 12:03:38 +00:00
parent a92a2ae85a
commit daa0a1f51a

View File

@@ -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>;