diff --git a/mozilla/config/mozBDate.pm b/mozilla/config/mozBDate.pm index debdf5b7a6e..2418f43b8e5 100755 --- a/mozilla/config/mozBDate.pm +++ b/mozilla/config/mozBDate.pm @@ -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 = ;