diff options
author | Guido van Rossum <guido@python.org> | 1993-04-01 20:50:35 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1993-04-01 20:50:35 (GMT) |
commit | 41ffccbba75413c64efad283da19b8038aa07dd1 (patch) | |
tree | 10b2159a3991c53b4f3353fb686d1b2c5bb67d43 /Tools/scripts/which.py | |
parent | 9db0c1f7c7ba2ab7fbb08d3a064ab217691152eb (diff) | |
download | cpython-41ffccbba75413c64efad283da19b8038aa07dd1.zip cpython-41ffccbba75413c64efad283da19b8038aa07dd1.tar.gz cpython-41ffccbba75413c64efad283da19b8038aa07dd1.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'Tools/scripts/which.py')
-rwxr-xr-x | Tools/scripts/which.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/scripts/which.py b/Tools/scripts/which.py index d3186f4..07c0d2e 100755 --- a/Tools/scripts/which.py +++ b/Tools/scripts/which.py @@ -1,4 +1,4 @@ -#! /usr/local/python +#! /usr/local/bin/python # Variant of "which". # On stderr, near and total misses are reported. |