BUg 332535 follow-up: Fix comment to match code. r=bryner

This commit is contained in:
jag%tty.nl 2006-04-09 12:03:38 +00:00
Родитель 823b0af611
Коммит f87c65224b
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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