]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bin/python
authorGuido van Rossum <guido@python.org>
Thu, 1 Apr 1993 20:47:28 +0000 (20:47 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 1 Apr 1993 20:47:28 +0000 (20:47 +0000)
Demo/scripts/from.py
Demo/scripts/lpwatch.py
Demo/scripts/mkrcs.py
Demo/scripts/pp.py

index 3213aea2ba04fefe6c1b458dfa0591edc99b6bee..4c01b4c3a8b6e183f4d4d5fd9c6096f3f9a7bebe 100755 (executable)
@@ -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
index afd46f36b3e47a6766c732b4c6e5eefc72454a91..7fa85db09d71ef8825c84df2e5ec72607d8f55f6 100755 (executable)
@@ -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.
index dc8dffb4abf6e217ca675c28dea3b597ab99944b..9ba2c3175286347fb75c56214353ff15f69b62be 100755 (executable)
@@ -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
index fd942af8d5c730d48ad144a0b724058be07e5efc..eaf7e41537fae75121489b20cc6bbc705b2d1fe5 100755 (executable)
@@ -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] ...