try to use system utils during ./INSTALL
This commit is contained in:
parent
593ac8b3a6
commit
905502613a
1 changed files with 1 additions and 1 deletions
2
INSTALL
2
INSTALL
|
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
PLAN9=`pwd` export PLAN9
|
PLAN9=`pwd` export PLAN9
|
||||||
PATH=$PLAN9/bin:$PATH export PATH
|
PATH=/bin:/usr/bin:$PLAN9/bin:$PATH export PATH
|
||||||
|
|
||||||
echo "Resetting $PLAN9/config"
|
echo "Resetting $PLAN9/config"
|
||||||
rm -f config
|
rm -f config
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue