mirror of
https://github.com/drasko/codezero.git
synced 2026-02-28 17:53:13 +01:00
Minor mods on linux patches
This commit is contained in:
@@ -96,8 +96,8 @@ def build_parse_options():
|
||||
parser.error("options -f and -r are mutually exclusive")
|
||||
exit()
|
||||
|
||||
# -f implies -c
|
||||
if options.cml_file:
|
||||
# -f or -r or -n or -a implies -c
|
||||
if options.cml_file or options.ncont or options.arch or options.reset_config:
|
||||
options.config = 1
|
||||
|
||||
return options, args
|
||||
|
||||
Reference in New Issue
Block a user