mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
sb: Fix the source option string for getopts.
This commit is contained in:
@@ -179,7 +179,7 @@ class build:
|
||||
setup_name = args[1]
|
||||
args = args[1:]
|
||||
try:
|
||||
opts, args = getopt.getopt(args[1:], 'qDcn:b:a:')
|
||||
opts, args = getopt.getopt(args[1:], 'qDcn:ba')
|
||||
except getopt.GetoptError, ge:
|
||||
raise error.general('source setup error: %s' % str(ge))
|
||||
quiet = False
|
||||
|
Reference in New Issue
Block a user