Specifying stand-alone --installer_environment options allows for the generation of the 'installer_environment' dict

This is similar to generating an 'installs' array of dicts.
This commit is contained in:
Heig Gregorian
2012-05-23 09:31:13 -07:00
parent f4baa87667
commit f2bdb2a0d2
+2 -1
View File
@@ -570,7 +570,8 @@ def main():
exit(0)
if (len(arguments) == 0
and not options.file
and not options.file
and not options.installer_environment
and not options.preinstall_script
and not options.postinstall_script
and not options.preuninstall_script