diff options
author | Barry Warsaw <barry@python.org> | 1994-09-23 16:10:35 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 1994-09-23 16:10:35 (GMT) |
commit | 138d72f64b640f25db2b1e7b480c3935e74cdd4a (patch) | |
tree | 2a5cae7ca242a4820e9a552e9315cd502f44a9c7 /Tools/world | |
parent | b34e8aa60aefebb253d95fa1484bc32e0aa075f9 (diff) | |
download | cpython-138d72f64b640f25db2b1e7b480c3935e74cdd4a.zip cpython-138d72f64b640f25db2b1e7b480c3935e74cdd4a.tar.gz cpython-138d72f64b640f25db2b1e7b480c3935e74cdd4a.tar.bz2 |
point perl to ~/bin/perl
Diffstat (limited to 'Tools/world')
-rwxr-xr-x | Tools/world/world | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/world/world b/Tools/world/world index 7bff8b1..852fa09 100755 --- a/Tools/world/world +++ b/Tools/world/world @@ -1,4 +1,4 @@ -#! /depot/gnu/plat/bin/perl +#! ~/bin/perl # # Note: you may have to edit the top line in this file. # |