summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2018-02-08 09:13:38 +1100
committerChris Johns <chrisj@rtems.org>2018-02-08 09:13:38 +1100
commit4671017f41d352ac463282e7e0e41264948b73f1 (patch)
tree13344250ea24816a1292fe80b09675f8567f53a3
parentgcc: Use the RSB release for released tools. (diff)
downloadrtems-source-builder-4671017f41d352ac463282e7e0e41264948b73f1.tar.bz2
sb: Option --source-only-download does not download the source.4.11.3
The option expansion is missing `--with-download'. Close #3295
-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',