From d69a84b01eb802b2bfd7dd2c868a9b2da9465a5e Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Wed, 2 Apr 1997 06:11:55 +0000 Subject: use /usr/bin/env --- PC/make8x3.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v0.12