mirror of https://github.com/python/cpython
Use bash, so echo -n will do the right thing.
This commit is contained in:
parent
a62da1daaf
commit
f7ec7a81a5
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
|
||||
HELP="Usage: ./runtests.py [-h] [-x] [flags] [tests]
|
||||
|
||||
|
|
Loading…
Reference in New Issue