From 905502613a12b7129a67f6e65560b041a2e5f9b0 Mon Sep 17 00:00:00 2001 From: rsc Date: Fri, 22 Jul 2005 18:44:46 +0000 Subject: try to use system utils during ./INSTALL --- INSTALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'INSTALL') 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 -- cgit v1.2.3