diff options
author | rsc <devnull@localhost> | 2005-01-11 19:23:52 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-01-11 19:23:52 +0000 |
commit | 5645c4afff3bfd3f1a92d01a4d31b25c6e5b9d89 (patch) | |
tree | 7767b48bcb274f480936008fd76eeae41500cc3b /bin/9 | |
parent | 8bead1099899437fd522244e9ba1c7a287a0cf7a (diff) | |
download | plan9port-5645c4afff3bfd3f1a92d01a4d31b25c6e5b9d89.tar.gz plan9port-5645c4afff3bfd3f1a92d01a4d31b25c6e5b9d89.tar.bz2 plan9port-5645c4afff3bfd3f1a92d01a4d31b25c6e5b9d89.zip |
fun with applescript
Diffstat (limited to 'bin/9')
-rwxr-xr-x | bin/9 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ #!/bin/sh -export PLAN9=/usr/local/plan9 +export PLAN9=/Users/rsc/plan9 export PATH=$PLAN9/bin:$PATH case $# in |