From cc3eccf36ff521b741b5b12197da3dcc1acf127e Mon Sep 17 00:00:00 2001 From: poikilos <7557867+poikilos@users.noreply.github.com> Date: Fri, 12 Feb 2021 12:44:39 -0500 Subject: [PATCH] Make the RUN_IN_PLACE warning more clear. --- build-minetest-here.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-minetest-here.sh b/build-minetest-here.sh index 8a61184..44d6b9b 100755 --- a/build-minetest-here.sh +++ b/build-minetest-here.sh @@ -122,8 +122,9 @@ if [ $? -ne 0 ]; then echo "$DEPS_INSTALL" fi echo +echo "RUN_IN_PLACE=$RUN_IN_PLACE" if [ "@$RUN_IN_PLACE" = "@1" ]; then - echo "[build-minetest-here.sh] WARNING: do not do make install with -DRUN_IN_PLACE=$RUN_IN_PLACE!" + echo "[build-minetest-here.sh] WARNING: do NOT run make install: -DRUN_IN_PLACE=$RUN_IN_PLACE!" fi echo #/home/owner/git/EnlivenMinetest/install-minetest.sh says: