Skip to content

Commit

Permalink
run LR itself on the Lua interpreter found during install, not on the…
Browse files Browse the repository at this point in the history
… interpreter first in the system path. Lining up with the unix shell scripts.
  • Loading branch information
Tieske committed Apr 2, 2014
1 parent 489b990 commit 6f12f25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.bat
Expand Up @@ -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...
Expand Down

0 comments on commit 6f12f25

Please sign in to comment.