mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 00:01:50 +00:00
bug 404606: make Bootstrap:Step::PatcherConfig work with newer versions of Config::General. r=rhelmer, patch=me
This commit is contained in:
parent
de7a4b5f41
commit
783bc5a513
@ -287,9 +287,7 @@ sub BumpPatcherConfig {
|
||||
}
|
||||
}
|
||||
|
||||
if (! $patcherConfigObj->save_file($checkedOutPatcherConfig)) {
|
||||
die("save_file() failed\n");
|
||||
}
|
||||
$patcherConfigObj->save_file($checkedOutPatcherConfig);
|
||||
}
|
||||
|
||||
sub Verify {
|
||||
|
Loading…
Reference in New Issue
Block a user