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]
|
setup_name = args[1]
|
||||||
args = args[1:]
|
args = args[1:]
|
||||||
try:
|
try:
|
||||||
opts, args = getopt.getopt(args[1:], 'qDcn:b:a:')
|
opts, args = getopt.getopt(args[1:], 'qDcn:ba')
|
||||||
except getopt.GetoptError, ge:
|
except getopt.GetoptError, ge:
|
||||||
raise error.general('source setup error: %s' % str(ge))
|
raise error.general('source setup error: %s' % str(ge))
|
||||||
quiet = False
|
quiet = False
|
||||||
|
Reference in New Issue
Block a user