[Python-3000-checkins] r59934 - python/branches/py3k/runtests.sh

guido.van.rossum python-3000-checkins at python.org
Sat Jan 12 20:47:54 CET 2008


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]
 


More information about the Python-3000-checkins mailing list