summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1993-04-01 20:47:28 +0000
committerGuido van Rossum <guido@python.org>1993-04-01 20:47:28 +0000
commit0d5eb7e40911e5e3fde6bb2105503c2e2beb34e9 (patch)
treedc65b4db0c215da2fb6ad475c88adb13f5465cae
parentd5c57e162406d0f48792172efa39437ba0401ace (diff)
downloadcpython-git-0d5eb7e40911e5e3fde6bb2105503c2e2beb34e9.tar.gz
bin/python
-rwxr-xr-xDemo/scripts/from.py2
-rwxr-xr-xDemo/scripts/lpwatch.py2
-rwxr-xr-xDemo/scripts/mkrcs.py2
-rwxr-xr-xDemo/scripts/pp.py2
4 files changed, 4 insertions, 4 deletions
diff --git a/Demo/scripts/from.py b/Demo/scripts/from.py
index 3213aea2ba..4c01b4c3a8 100755
--- a/Demo/scripts/from.py
+++ b/Demo/scripts/from.py
@@ -1,4 +1,4 @@
-#! /usr/local/python
+#! /usr/local/bin/python
# Print From and Subject of messages in $MAIL.
# Extension to multiple mailboxes and other bells & whistles are left
diff --git a/Demo/scripts/lpwatch.py b/Demo/scripts/lpwatch.py
index afd46f36b3..7fa85db09d 100755
--- a/Demo/scripts/lpwatch.py
+++ b/Demo/scripts/lpwatch.py
@@ -1,5 +1,5 @@
#! /ufs/guido/bin/sgi/python
-#! /usr/local/python
+#! /usr/local/bin/python
# Watch line printer queue(s).
# Intended for BSD 4.3 lpq.
diff --git a/Demo/scripts/mkrcs.py b/Demo/scripts/mkrcs.py
index dc8dffb4ab..9ba2c31752 100755
--- a/Demo/scripts/mkrcs.py
+++ b/Demo/scripts/mkrcs.py
@@ -1,5 +1,5 @@
#! /ufs/guido/bin/sgi/python
-#! /usr/local/python
+#! /usr/local/bin/python
# A rather specialized script to make sure that a symbolic link named
# RCS exists pointing to a real RCS directory in a parallel tree
diff --git a/Demo/scripts/pp.py b/Demo/scripts/pp.py
index fd942af8d5..eaf7e41537 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] ...