diff options
author | rsc <devnull@localhost> | 2005-07-22 18:44:46 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-07-22 18:44:46 +0000 |
commit | 905502613a12b7129a67f6e65560b041a2e5f9b0 (patch) | |
tree | 2dd2e6020325fe0d5feb312cb188dc9ee24e505b /INSTALL | |
parent | 593ac8b3a62b8be16e2676f80aacd137a4e0bfa8 (diff) | |
download | plan9port-905502613a12b7129a67f6e65560b041a2e5f9b0.tar.gz plan9port-905502613a12b7129a67f6e65560b041a2e5f9b0.tar.bz2 plan9port-905502613a12b7129a67f6e65560b041a2e5f9b0.zip |
try to use system utils during ./INSTALL
Diffstat (limited to 'INSTALL')
-rwxr-xr-x | INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ #!/bin/sh PLAN9=`pwd` export PLAN9 -PATH=$PLAN9/bin:$PATH export PATH +PATH=/bin:/usr/bin:$PLAN9/bin:$PATH export PATH echo "Resetting $PLAN9/config" rm -f config |