summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2018-02-08 09:17:16 +1100
committerChris Johns <chrisj@rtems.org>2018-02-08 09:17:16 +1100
commite5ec9681be6f7f988dfed720d76906e859791a9c (patch)
treeb9cd768c17e20cf0f0dd0831be72bb58ad62bcfc
parentgcc: Use the RSB release for released tools. (diff)
downloadrtems-source-builder-e5ec9681be6f7f988dfed720d76906e859791a9c.tar.bz2
sb: Option --source-only-download does not download the source.
The option expansion is missing `--with-download'. Close #3296
-rw-r--r--source-builder/sb/options.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/source-builder/sb/options.py b/source-builder/sb/options.py
index 7bbdd8c..4800005 100644
--- a/source-builder/sb/options.py
+++ b/source-builder/sb/options.py
@@ -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',