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'.
This commit is contained in:
parent
858b6488e4
commit
d2b25d131d
@ -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