Skip to content
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.

Commit

Permalink
Bug 669722 - update-verify-bump.pl incorrectly removes the previous r…
Browse files Browse the repository at this point in the history
…elease when oldVersion=5.0. r=bhearsum
  • Loading branch information
Callek committed Feb 12, 2012
1 parent 0bbfcb5 commit 00a044e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/update-verify-bump.pl
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ sub BumpVerifyConfig {
my @strippedFile = ();
# If the file is already bumped for this version, undo it, so we can do it
# again.
if ($origFile[0] =~ $oldVersion) {
if ($origFile[0] =~ /$oldVersion\s/) {
print "verifyConfig $configFile already bumped\n";
print "removing previous config..\n";
# remove top two lines; the comment and the version config
Expand Down

0 comments on commit 00a044e

Please sign in to comment.