INSTALL: Always set PLAN9_TARGET environment variable
That is, not only when -r was given. This allows using this veriable in mkfiles across the code base.
This commit is contained in:
@@ -12,7 +12,6 @@ case $# in
|
||||
exit 1
|
||||
esac
|
||||
|
||||
[ -z "$PLAN9_TARGET" ] && PLAN9_TARGET="$PLAN9"
|
||||
new=`cleanname $PLAN9_TARGET`
|
||||
|
||||
if [ X"$new" = X"" ]
|
||||
|
||||
Reference in New Issue
Block a user