sb: Option --source-only-download does not download the source.

The option expansion is missing `--with-download'.
This commit is contained in:
Chris Johns 2018-02-08 09:18:34 +11:00
parent 858b6488e4
commit d2b25d131d

View File

@ -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',