diff --git a/build-minetest-here.sh b/build-minetest-here.sh index 44d6b9b..d4dc76b 100755 --- a/build-minetest-here.sh +++ b/build-minetest-here.sh @@ -10,6 +10,22 @@ customExit(){ #fi # cd $mybuild || customExit "$0: cd build failed in '`pwd`'." +for var in "$@" +do + if [ "@$var" = "@--run-in-place" ]; then + RUN_IN_PLACE=true + fi +done + +usage(){ +cat <