plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit 905502613a12b7129a67f6e65560b041a2e5f9b0
parent 593ac8b3a62b8be16e2676f80aacd137a4e0bfa8
Author: rsc <devnull@localhost>
Date:   Fri, 22 Jul 2005 18:44:46 +0000

try to use system utils during ./INSTALL

Diffstat:
MINSTALL | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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