aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-07-22 18:44:46 +0000
committerrsc <devnull@localhost>2005-07-22 18:44:46 +0000
commit905502613a12b7129a67f6e65560b041a2e5f9b0 (patch)
tree2dd2e6020325fe0d5feb312cb188dc9ee24e505b /INSTALL
parent593ac8b3a62b8be16e2676f80aacd137a4e0bfa8 (diff)
downloadplan9port-905502613a12b7129a67f6e65560b041a2e5f9b0.tar.gz
plan9port-905502613a12b7129a67f6e65560b041a2e5f9b0.tar.bz2
plan9port-905502613a12b7129a67f6e65560b041a2e5f9b0.zip
try to use system utils during ./INSTALL
Diffstat (limited to 'INSTALL')
-rwxr-xr-xINSTALL2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 650cd8f2..f68fe995 100755
--- a/INSTALL
+++ b/INSTALL
@@ -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