From f87c65224bac386de04d38e9bf8cc177988e5029 Mon Sep 17 00:00:00 2001 From: "jag%tty.nl" Date: Sun, 9 Apr 2006 12:03:38 +0000 Subject: [PATCH] BUg 332535 follow-up: Fix comment to match code. r=bryner --- config/mozBDate.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/mozBDate.pm b/config/mozBDate.pm index debdf5b7a6e7..2418f43b8e5c 100755 --- a/config/mozBDate.pm +++ b/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 = ;