From: Guido van Rossum Date: Sat, 12 Jan 2008 19:47:54 +0000 (+0000) Subject: Use bash, so echo -n will do the right thing. X-Git-Tag: v3.0a3~205 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f7ec7a81a557947fff5cb02510e121e8219e7811;p=thirdparty%2FPython%2Fcpython.git Use bash, so echo -n will do the right thing. --- diff --git a/runtests.sh b/runtests.sh index d5b1c3531c60..93ef83303c9b 100755 --- a/runtests.sh +++ b/runtests.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash HELP="Usage: ./runtests.py [-h] [-x] [flags] [tests]