summaryrefslogtreecommitdiffstats
path: root/Demo/scripts/pp.py
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1993-04-01 20:47:28 (GMT)
committerGuido van Rossum <guido@python.org>1993-04-01 20:47:28 (GMT)
commit0d5eb7e40911e5e3fde6bb2105503c2e2beb34e9 (patch)
treedc65b4db0c215da2fb6ad475c88adb13f5465cae /Demo/scripts/pp.py
parentd5c57e162406d0f48792172efa39437ba0401ace (diff)
downloadcpython-0d5eb7e40911e5e3fde6bb2105503c2e2beb34e9.zip
cpython-0d5eb7e40911e5e3fde6bb2105503c2e2beb34e9.tar.gz
cpython-0d5eb7e40911e5e3fde6bb2105503c2e2beb34e9.tar.bz2
bin/python
Diffstat (limited to 'Demo/scripts/pp.py')
-rwxr-xr-xDemo/scripts/pp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/scripts/pp.py b/Demo/scripts/pp.py
index fd942af..eaf7e41 100755
--- a/Demo/scripts/pp.py
+++ b/Demo/scripts/pp.py
@@ -1,4 +1,4 @@
-#! /usr/local/python
+#! /usr/local/bin/python
# Emulate some Perl command line options.
# Usage: pp [-a] [-c] [-d] [-e scriptline] [-F fieldsep] [-n] [-p] [file] ...