bug 409232: pass in product name to verify-locales.pl - Bootstrap changes to call verify-locales.pl w/ new argument. r=nrthomas, patch=me

This commit is contained in:
bhearsum@mozilla.com 2008-03-17 07:21:53 -07:00
parent 1c635cff63
commit 3c13f21187

View File

@ -458,7 +458,8 @@ sub Verify {
$this->Shell(
cmd => catfile($stageHome, 'bin', 'verify-locales.pl'),
cmdArgs => ['-m', catfile($stageDir, 'batch1', 'config',
'shipped-locales'), '-l', $linuxExtension],
'shipped-locales'), '-l', $linuxExtension,
'-p', $product],
logFile => $verifyLocalesLogFile,
dir => catfile($stageDir, 'batch1', 'stage-signed'),
);