aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2014-04-02 15:06:50 -0300
committerHisham Muhammad <hisham@gobolinux.org>2014-04-02 15:06:50 -0300
commit999e27d74abd0bc53165d2ce2642fb5a7af81f40 (patch)
treef7e03301c7272abec65cab704a448b170d6fb141
parent489b99032f06cbdd67745be859098a10019dfad0 (diff)
parent6f12f2520cfa5ade5a4cee071572b6075dbb2af5 (diff)
downloadluarocks-999e27d74abd0bc53165d2ce2642fb5a7af81f40.tar.gz
luarocks-999e27d74abd0bc53165d2ce2642fb5a7af81f40.tar.bz2
luarocks-999e27d74abd0bc53165d2ce2642fb5a7af81f40.zip
Merge pull request #246 from Tieske/fixed_interpreter
run LR itself on the Lua interpreter found during install (Windows)
-rw-r--r--install.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.bat b/install.bat
index 93b159a5..6dc8cd02 100644
--- a/install.bat
+++ b/install.bat
@@ -707,7 +707,7 @@ IF NOT "%LUA_PATH_5_3%"=="" (
707 SET "LUA_PATH_5_3=$LUADIR\?.lua;$LUADIR\?\init.lua;%LUA_PATH_5_3%" 707 SET "LUA_PATH_5_3=$LUADIR\?.lua;$LUADIR\?\init.lua;%LUA_PATH_5_3%"
708) 708)
709SET "PATH=$BINDIR;%PATH%" 709SET "PATH=$BINDIR;%PATH%"
710"$LUA_INTERPRETER" "$BINDIR\]]..c..[[.lua" %* 710"$LUA_BINDIR\$LUA_INTERPRETER" "$BINDIR\]]..c..[[.lua" %*
711IF NOT "%ERRORLEVEL%"=="2" GOTO EXITLR 711IF NOT "%ERRORLEVEL%"=="2" GOTO EXITLR
712 712
713REM Permission denied error, try and auto elevate... 713REM Permission denied error, try and auto elevate...