Index: build/env_dump.py |
diff --git a/build/env_dump.py b/build/env_dump.py |
index c896366ec9660c07f4dea1ce8fa2e58fd5af0f2f..21edfe633c718ed8f96bd091731fa305da654821 100755 |
--- a/build/env_dump.py |
+++ b/build/env_dump.py |
@@ -22,6 +22,7 @@ def main(): |
'-d', '--dump-mode', action='store_true', |
help='Dump the environment to sys.stdout and exit immediately.') |
+ parser.disable_interspersed_args() |
options, args = parser.parse_args() |
if options.dump_mode: |
if args or options.output_json: |