Bug 307019 - Installer gives error 1010 in localized nightlies - r=pike

This commit is contained in:
bsmedberg%covad.net 2005-09-27 20:31:21 +00:00
Родитель d256795cfb
Коммит bf5b798e60
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -55,5 +55,7 @@ push(@INC, $top_path);
require CFGParser;
CFGParser::ParseInstallerCfg($cfgFile);
$ENV{WIZ_userAgent} = "$ENV{WIZ_userAgentShort} ($ENV{WIZ_versionLanguage})";
system("perl $top_path/makejs.pl $jstFile $ENV{WIZ_versionProduct} $stageDir") == 0 ||
die("Could not create ini file.");