INSTALL: add -r flag

R=rsc
CC=plan9port.codebot
http://codereview.appspot.com/4526096
This commit is contained in:
Peter Saveliev 2011-06-02 09:28:23 -04:00 committed by Russ Cox
parent 363062eab4
commit 89ec3cde42
4 changed files with 19 additions and 2 deletions

View file

@ -14,8 +14,12 @@ x-c)
dobuild=false
doinstall=true
;;
x-r)
shift
PLAN9_TARGET=$1 export PLAN9_TARGET
;;
*)
echo 'usage: INSTALL [-b | -c]' 1>&2
echo 'usage: INSTALL [-b | -c] [-r path]' 1>&2
exit 1
esac