]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
*** empty log message ***
authorGuido van Rossum <guido@python.org>
Thu, 1 Apr 1993 20:50:35 +0000 (20:50 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 1 Apr 1993 20:50:35 +0000 (20:50 +0000)
16 files changed:
Demo/scripts/fact.py
Demo/scripts/makedir.py
Demo/scripts/pi.py
Demo/scripts/primes.py
Tools/scripts/byteyears.py
Tools/scripts/checkpyc.py
Tools/scripts/copytime.py
Tools/scripts/dutree.py
Tools/scripts/eptags.py
Tools/scripts/findlinksto.py
Tools/scripts/h2py.py
Tools/scripts/linktree.py
Tools/scripts/lll.py
Tools/scripts/ptags.py
Tools/scripts/suff.py
Tools/scripts/which.py

index 4833e0892d0a4d12e8088140f3a5626ee95b08e7..bf49afcc4402befdfe9572abc9fccb6b961988c4 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/local/python
+#! /usr/local/bin/python
 
 # Factorize numbers.
 # The algorithm is not efficient, but easy to understand.
index b08e4554b912b0c421dab5afe38cdd18c543443c..563c83fe4ca965402ed6b2c0ded3c539be696d4f 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/local/python
+#! /usr/local/bin/python
 
 # Like mkdir, but also make intermediate directories if necessary.
 # It is not an error if the given directory already exists (as long
index 832aedc3110ea5f94bc53790668c311fa76f6980..200cb4ae8dc8cad590072c890c0c883d314b5ef9 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/local/python
+#! /usr/local/bin/python
 
 # Print digits of pi forever.
 #
index 6a36d6e12150623467556533debf966ee85ed9a8..3e6a64623f3c24adf4e0f3f36090b113f150fd08 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/local/python
+#! /usr/local/bin/python
 
 # Print prime numbers in a given range
 
index c643dd7a240ddbdfda35051e492d857090788aee..4abdca641c8c235ec8b81932c5d88dac47e285c5 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/local/python
+#! /usr/local/bin/python
 
 # Print the product of age and size of each file, in suitable units.
 #
index 16a941f6c981a8401ebe8967b0ae1b10121e1074..3ace8c8f30f3dcde6ef1bf3beb5d1392d28ec6e8 100755 (executable)
@@ -1,5 +1,5 @@
 #! /ufs/guido/bin/sgi/python
-#! /usr/local/python
+#! /usr/local/bin/python
 # Check that all ".pyc" files exist and are up-to-date
 # Uses module 'os'
 
index 1d201c6729d9a5009d885e79fad21ca6bfbedbe8..599e3370c145dce2d605cea8db3857880883f97b 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/local/python
+#! /usr/local/bin/python
 
 # Copy one file's atime and mtime to another
 
index d3c905e2d907d2074368ca343dd32c3868d17315..58d0b14542a1ee8ab6565db6797f6912fd919728 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/local/python
+#! /usr/local/bin/python
 # Format du output in a tree shape
 
 import os, string, sys
index 2c1a15caad4616b78c0937f13d87c96aef22211f..63b5781347f57ebd605e49e6f7ffa9ad2d578925 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/local/python
+#! /usr/local/bin/python
 
 # eptags
 #
index 709e4dc63dc96106b55a043142a54acd71f588d4..6fb5cd7d9605cb98b89ed4541e2630b6df2f653c 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/local/python
+#! /usr/local/bin/python
 
 # findlinksto
 #
index 2fc26d81f86ffa4534cdc0969edaea48fb36c071..015cd3434203bb68bb675ac721807181a7fb4300 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/local/python
+#! /usr/local/bin/python
 
 # Read #define's from stdin and translate to Python code on stdout.
 # Very primitive: non-#define's are ignored, no check for valid Python
index cfe7547e488b6935b1fd7bda9bb810a5659f6cb8..3239434a0b877365c3a8fec58baa97c438ab33e5 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/local/python
+#! /usr/local/bin/python
 
 # linktree
 #
index 6dd68ba8484022e1aa5f71611471b9f6e47b4049..0043645b4ca13864a4bd3d984bfd057e78f80638 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/local/python
+#! /usr/local/bin/python
 
 # Find symbolic links and show where they point to.
 # Arguments are directories to search; default is current directory.
index e0159ce337f58e2fba9c436ddb6ec63856fbac3b..b8fc232d7821da072d29954149bad454fa26b239 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/local/python
+#! /usr/local/bin/python
 
 # ptags
 #
index a92557c264ec9f13011993e6dd7d31ae4aecd566..491fd3b4820552741aadf88a5a8f095a90dbf5a0 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/local/python
+#! /usr/local/bin/python
 
 # suff
 #
index d3186f48732bb812491e2f57df576d9d7f118d79..07c0d2e7d071f613d10798a9fefca03477d39861 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/local/python
+#! /usr/local/bin/python
 
 # Variant of "which".
 # On stderr, near and total misses are reported.