| Index: build/get_syzygy_binaries.py
|
| diff --git a/build/get_syzygy_binaries.py b/build/get_syzygy_binaries.py
|
| index 2a6469ffaa6de0f3184085d54c2c6626d246c153..1cab3fcf48dfd21f8c54e6492101f9d5df2e6300 100755
|
| --- a/build/get_syzygy_binaries.py
|
| +++ b/build/get_syzygy_binaries.py
|
| @@ -256,7 +256,7 @@ def _GsUtil(*cmd):
|
| timeout = 4 # Seconds.
|
| while True:
|
| _LOGGER.debug('Running %s', cmd)
|
| - prog = subprocess.Popen(cmd, shell=True)
|
| + prog = subprocess.Popen(cmd, shell=False)
|
| prog.communicate()
|
|
|
| # Stop retrying on success.
|
|
|