aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Picus <matti.picus@gmail.com>2018-01-29 22:15:09 +0200
committerMatti Picus <matti.picus@gmail.com>2018-01-29 22:15:09 +0200
commit403d33d3ecd30c43fc932f45f4b4caf0342cd044 (patch)
treed7cb394a68a6192b8a2d4abc0bc657023b466ca4 /get_externals.py
parentadd unsupported platform arg for cross-compilation (diff)
downloadpypy-403d33d3ecd30c43fc932f45f4b4caf0342cd044.tar.gz
pypy-403d33d3ecd30c43fc932f45f4b4caf0342cd044.tar.bz2
pypy-403d33d3ecd30c43fc932f45f4b4caf0342cd044.zip
typos, cleanup
Diffstat (limited to 'get_externals.py')
-rw-r--r--get_externals.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/get_externals.py b/get_externals.py
index edfcd6f748..81b76fb3d7 100644
--- a/get_externals.py
+++ b/get_externals.py
@@ -22,7 +22,7 @@ def runcmd(cmd, verbose):
stderr = str(e) + '\n' + stderr
report = True
if report:
- print('running "%s" returned\n%s\n%s' % (cmd, stdout, stderr))
+ print('running "%s" returned\n%s\n%s' % (' '.join(cmd), stdout, stderr))
if stderr:
raise RuntimeError(stderr)