diff options
author | Guido van Rossum <guido@python.org> | 2008-01-12 19:47:54 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2008-01-12 19:47:54 (GMT) |
commit | f7ec7a81a557947fff5cb02510e121e8219e7811 (patch) | |
tree | 253ae38310e36cb35b22878e9bcd0b14517aea4c /runtests.sh | |
parent | a62da1daafc63075c08088f45750152a4974e7b8 (diff) | |
download | cpython-f7ec7a81a557947fff5cb02510e121e8219e7811.zip cpython-f7ec7a81a557947fff5cb02510e121e8219e7811.tar.gz cpython-f7ec7a81a557947fff5cb02510e121e8219e7811.tar.bz2 |
Use bash, so echo -n will do the right thing.
Diffstat (limited to 'runtests.sh')
-rwxr-xr-x | runtests.sh | 2 |
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] |