diff options
Diffstat (limited to 'Demo/scripts/pp.py')
-rwxr-xr-x | Demo/scripts/pp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/scripts/pp.py b/Demo/scripts/pp.py index eaf7e41..2496046 100755 --- a/Demo/scripts/pp.py +++ b/Demo/scripts/pp.py @@ -1,4 +1,4 @@ -#! /usr/local/bin/python +#! /usr/bin/env python # Emulate some Perl command line options. # Usage: pp [-a] [-c] [-d] [-e scriptline] [-F fieldsep] [-n] [-p] [file] ... |