mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
sb: Option --source-only-download does not download the source.
The option expansion is missing `--with-download'. Close #3296
This commit is contained in:
parent
f75dd49ce8
commit
e5ec9681be
@ -273,6 +273,7 @@ class command_line:
|
||||
a = self.args[arg]
|
||||
if a == '--source-only-download':
|
||||
self.args += ['--dry-run',
|
||||
'--with-download',
|
||||
'--quiet',
|
||||
'--without-log',
|
||||
'--without-error-report',
|
||||
|
Loading…
x
Reference in New Issue
Block a user