summaryrefslogtreecommitdiff
path: root/testsuite/timeout/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/timeout/Makefile')
-rw-r--r--testsuite/timeout/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/timeout/Makefile b/testsuite/timeout/Makefile
index c9e9075402..4b203cca16 100644
--- a/testsuite/timeout/Makefile
+++ b/testsuite/timeout/Makefile
@@ -29,7 +29,7 @@ $(TIMEOUT_PROGRAM): timeout.py
mkdir install-inplace/bin
cp $< $@.py
echo '#!/bin/sh' > $@
- echo exec ${PYTHON} \$$0.py \"\$$@\" >> $@
+ echo 'exec "${PYTHON}" $$0.py "$$@"' >> $@
chmod +x $@
else
# The python timeout program doesn't work on mingw, so we still use the