aboutsummaryrefslogtreecommitdiff
path: root/src/script/lua_api/l_item.cpp
diff options
context:
space:
mode:
authorsfan5 <sfan5@live.de>2022-01-18 19:25:53 +0100
committersfan5 <sfan5@live.de>2022-01-19 23:30:18 +0100
commit4f6f09590c65187071096cceac5872293bc53b2f (patch)
treef3f6012f4312b689ff6e76c81ea250e0a3d43ca5 /src/script/lua_api/l_item.cpp
parent7c321ad7f52eeefcd249f4268a2bf18ec12058cd (diff)
downloadminetest-4f6f09590c65187071096cceac5872293bc53b2f.tar.gz
minetest-4f6f09590c65187071096cceac5872293bc53b2f.tar.bz2
minetest-4f6f09590c65187071096cceac5872293bc53b2f.zip
Free arguments of cancelled minetest.after() jobs
Diffstat (limited to 'src/script/lua_api/l_item.cpp')
0 files changed, 0 insertions, 0 deletions
="hl opt">= set DIRNAME=%~dp0 if "%DIRNAME%" == "" set DIRNAME=. set APP_BASE_NAME=%~n0 set APP_HOME=%DIRNAME% @rem Find java.exe if defined JAVA_HOME goto findJavaFromJavaHome set JAVA_EXE=java.exe %JAVA_EXE% -version >NUL 2>&1 if "%ERRORLEVEL%" == "0" goto init echo. echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. echo. echo Please set the JAVA_HOME variable in your environment to match the echo location of your Java installation. goto fail :findJavaFromJavaHome set JAVA_HOME=%JAVA_HOME:"=% set JAVA_EXE=%JAVA_HOME%/bin/java.exe if exist "%JAVA_EXE%" goto init echo. echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% echo. echo Please set the JAVA_HOME variable in your environment to match the echo location of your Java installation. goto fail :init @rem Get command-line arguments, handling Windowz variants if not "%OS%" == "Windows_NT" goto win9xME_args if "%@eval[2+2]" == "4" goto 4NT_args :win9xME_args @rem Slurp the command line arguments. set CMD_LINE_ARGS= set _SKIP=2 :win9xME_args_slurp if "x%~1" == "x" goto execute set CMD_LINE_ARGS=%* goto execute :4NT_args @rem Get arguments from the 4NT Shell from JP Software set CMD_LINE_ARGS=%$