fix - args being recognized as modules

This commit is contained in:
bux578 2016-02-16 13:26:47 +01:00
parent dacb5e1748
commit 245a9d43d1

View File

@ -949,7 +949,7 @@ See the make.cfg file for additional build options.
# See if we have been given specific modules to build from command line.
if len(argv) > 1 and not make_release_zip:
arg_modules = True
modules = argv[1:]
modules = [a for a in argv[1:] if a[0] != "-"]
# Find the tools we need.
try: