diff options
-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 d894c70..c0b36dd 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. |