From 783bc5a513c9490060aeba550489f83b50b3a74a Mon Sep 17 00:00:00 2001 From: "bhearsum@mozilla.com" Date: Tue, 20 Nov 2007 14:26:38 -0800 Subject: [PATCH] bug 404606: make Bootstrap:Step::PatcherConfig work with newer versions of Config::General. r=rhelmer, patch=me --- tools/release/Bootstrap/Step/PatcherConfig.pm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tools/release/Bootstrap/Step/PatcherConfig.pm b/tools/release/Bootstrap/Step/PatcherConfig.pm index fa95a65479d0..98c57f7c9c74 100644 --- a/tools/release/Bootstrap/Step/PatcherConfig.pm +++ b/tools/release/Bootstrap/Step/PatcherConfig.pm @@ -287,9 +287,7 @@ sub BumpPatcherConfig { } } - if (! $patcherConfigObj->save_file($checkedOutPatcherConfig)) { - die("save_file() failed\n"); - } + $patcherConfigObj->save_file($checkedOutPatcherConfig); } sub Verify {