From 6f12f2520cfa5ade5a4cee071572b6075dbb2af5 Mon Sep 17 00:00:00 2001 From: Thijs Schreijer Date: Wed, 2 Apr 2014 19:56:46 +0200 Subject: [PATCH] run LR itself on the Lua interpreter found during install, not on the interpreter first in the system path. Lining up with the unix shell scripts. --- install.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.bat b/install.bat index 93b159a58..6dc8cd02c 100644 --- a/install.bat +++ b/install.bat @@ -707,7 +707,7 @@ IF NOT "%LUA_PATH_5_3%"=="" ( SET "LUA_PATH_5_3=$LUADIR\?.lua;$LUADIR\?\init.lua;%LUA_PATH_5_3%" ) SET "PATH=$BINDIR;%PATH%" -"$LUA_INTERPRETER" "$BINDIR\]]..c..[[.lua" %* +"$LUA_BINDIR\$LUA_INTERPRETER" "$BINDIR\]]..c..[[.lua" %* IF NOT "%ERRORLEVEL%"=="2" GOTO EXITLR REM Permission denied error, try and auto elevate...