summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2008-01-12 19:47:54 (GMT)
committerGuido van Rossum <guido@python.org>2008-01-12 19:47:54 (GMT)
commitf7ec7a81a557947fff5cb02510e121e8219e7811 (patch)
tree253ae38310e36cb35b22878e9bcd0b14517aea4c
parenta62da1daafc63075c08088f45750152a4974e7b8 (diff)
downloadcpython-f7ec7a81a557947fff5cb02510e121e8219e7811.zip
cpython-f7ec7a81a557947fff5cb02510e121e8219e7811.tar.gz
cpython-f7ec7a81a557947fff5cb02510e121e8219e7811.tar.bz2
Use bash, so echo -n will do the right thing.
-rwxr-xr-xruntests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtests.sh b/runtests.sh
index d5b1c35..93ef833 100755
--- a/runtests.sh
+++ b/runtests.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
HELP="Usage: ./runtests.py [-h] [-x] [flags] [tests]