ttry to use system utils during ./INSTALL - plan9port - [fork] Plan 9 from user space
HTML git clone git://src.adamsgaard.dk/plan9port
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 905502613a12b7129a67f6e65560b041a2e5f9b0
DIR parent 593ac8b3a62b8be16e2676f80aacd137a4e0bfa8
HTML Author: rsc <devnull@localhost>
Date: Fri, 22 Jul 2005 18:44:46 +0000
ttry to use system utils during ./INSTALL
Diffstat:
M INSTALL | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/INSTALL b/INSTALL
t@@ -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