mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
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
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue