diff options
| author | Guido van Rossum <guido@python.org> | 1997-04-02 06:11:55 +0000 |
|---|---|---|
| committer | Guido van Rossum <guido@python.org> | 1997-04-02 06:11:55 +0000 |
| commit | d69a84b01eb802b2bfd7dd2c868a9b2da9465a5e (patch) | |
| tree | 509dcc1ecab07365120098a1b29dccb72f666faa /PC/make8x3.py | |
| parent | 101923bba63e2bd11337cccfbd08a2014090f10a (diff) | |
| download | cpython-git-d69a84b01eb802b2bfd7dd2c868a9b2da9465a5e.tar.gz | |
use /usr/bin/env
Diffstat (limited to 'PC/make8x3.py')
| -rw-r--r-- | PC/make8x3.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PC/make8x3.py b/PC/make8x3.py index d894c70f2d..c0b36dd5b9 100644 --- a/PC/make8x3.py +++ b/PC/make8x3.py @@ -1,4 +1,4 @@ -#! /usr/local/bin/python +#! /usr/bin/env python # This program reads all *.py and test/*.py in "libDir", and # copies those files with illegal DOS names to libDir/dos_8x3. |
