aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2021-10-31 00:06:02 +0100
committerDan Cross <crossd@gmail.com>2022-07-27 10:15:51 -0400
commitf7b572818c7617065ef0877870caee060db90a30 (patch)
treef309c02c824c07813417a8a41cee2f3ea217cf7a /lib
parent005ee081d50b14a9a12a5b93f4a8760d7700e032 (diff)
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.
Diffstat (limited to 'lib')
-rw-r--r--lib/moveplan9.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/moveplan9.sh b/lib/moveplan9.sh
index b2280195..958b7135 100644
--- a/lib/moveplan9.sh
+++ b/lib/moveplan9.sh
@@ -12,7 +12,6 @@ case $# in
exit 1
esac
-[ -z "$PLAN9_TARGET" ] && PLAN9_TARGET="$PLAN9"
new=`cleanname $PLAN9_TARGET`
if [ X"$new" = X"" ]