diff options
author | Mats Wichmann <mats@linux.com> | 2019-03-27 14:37:31 (GMT) |
---|---|---|
committer | Mats Wichmann <mats@linux.com> | 2019-03-29 17:54:27 (GMT) |
commit | ef365f18a6ab6917530be9c96ea58267fe8eba83 (patch) | |
tree | 47ead2b9aa5cf9a44f8820b5a2a66c1e344a3af2 /src/script/scons-time.py | |
parent | 28a67f3f306a36cca22e436928dfd31a1e558ea3 (diff) | |
download | SCons-ef365f18a6ab6917530be9c96ea58267fe8eba83.zip SCons-ef365f18a6ab6917530be9c96ea58267fe8eba83.tar.gz SCons-ef365f18a6ab6917530be9c96ea58267fe8eba83.tar.bz2 |
[PR #3330] do not use shell in subproc calls
The various instances of subprocess.Popen call with
shell=True, but this is not necessary, the test command lines
don't depend on any shell processing and are complete as constructed.
With shell=False, send a list of command words instead of a
single string.
Signed-off-by: Mats Wichmann <mats@linux.com>
Diffstat (limited to 'src/script/scons-time.py')
0 files changed, 0 insertions, 0 deletions