Skip to content

Commit

Permalink
Merge pull request #246 from Tieske/fixed_interpreter
Browse files Browse the repository at this point in the history
run LR itself on the Lua interpreter found during install (Windows)
  • Loading branch information
hishamhm committed Apr 2, 2014
2 parents 489b990 + 6f12f25 commit 999e27d
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 999e27d

Please sign in to comment.