use dir with rc in the name b=417703 r=nthomas

This commit is contained in:
rhelmer@mozilla.com 2008-02-26 14:00:13 -08:00
parent 9503bf9c88
commit 63cec9b230

View File

@ -98,8 +98,8 @@ sub BumpPatcherConfig {
my $bouncerServer = $config->Get(var => 'bouncerServer');
my $logDir = $config->Get(sysvar => 'logDir');
my $versionedConfigBumpDir = catfile($configBumpDir,
$product . '-' . $version);
my $versionedConfigBumpDir = catfile($configBumpDir,
"$product-$version-rc$rc");
# First, parse the file.
my $checkedOutPatcherConfig = catfile($versionedConfigBumpDir, 'patcher',