Kaydet (Commit) 62a9b172 authored tarafından Tim Retout's avatar Tim Retout

installer: Remove $installer::globals::prog

Change-Id: I71b8950e1d0e8755159631a83a4e57c23e6cd100
üst ceaa802b
......@@ -33,8 +33,6 @@ package installer::globals;
BEGIN
{
$prog="make_installer.pl";
@noMSLocaleLangs = (
"br",
"bs",
......
......@@ -43,7 +43,6 @@ sub usage
{
print <<Ende;
--------------------------------------------------------------------------------
$installer::globals::prog
The following parameter are needed:
-f: Path to the product list (required)
-s: Path to the setup script (optional, if defined in product list)
......@@ -534,7 +533,6 @@ sub outputparameter
my @output = ();
push(@output, "\n########################################################\n");
push(@output, "$installer::globals::prog, version 1.0\n");
push(@output, "Product list file: $installer::globals::ziplistname\n");
if (!($installer::globals::setupscript_defined_in_productlist))
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment