Author: guido.van.rossum Date: Sat Jan 12 20:47:54 2008 New Revision: 59934
Modified: python/branches/py3k/runtests.sh Log: Use bash, so echo -n will do the right thing. Modified: python/branches/py3k/runtests.sh ============================================================================== --- python/branches/py3k/runtests.sh (original) +++ python/branches/py3k/runtests.sh Sat Jan 12 20:47:54 2008 @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash HELP="Usage: ./runtests.py [-h] [-x] [flags] [tests] _______________________________________________ Python-3000-checkins mailing list Python-3000-checkins@python.org http://mail.python.org/mailman/listinfo/python-3000-checkins