Minor mods on linux patches

This commit is contained in:
Bahadir Balban
2009-10-21 21:27:41 +03:00
parent 4f5ab576b8
commit c6bdd65e48
4 changed files with 11 additions and 11 deletions

View File

@@ -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