commit 905502613a12b7129a67f6e65560b041a2e5f9b0 from: rsc date: Fri Jul 22 18:44:46 2005 UTC try to use system utils during ./INSTALL commit - 593ac8b3a62b8be16e2676f80aacd137a4e0bfa8 commit + 905502613a12b7129a67f6e65560b041a2e5f9b0 blob - 650cd8f299d21047bd23b85e04f128b604409d0a blob + f68fe99512b7008aeb7fe7212f6dc63d047ea4ac --- INSTALL +++ 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