diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2014-04-02 15:06:50 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2014-04-02 15:06:50 -0300 |
commit | 999e27d74abd0bc53165d2ce2642fb5a7af81f40 (patch) | |
tree | f7e03301c7272abec65cab704a448b170d6fb141 | |
parent | 489b99032f06cbdd67745be859098a10019dfad0 (diff) | |
parent | 6f12f2520cfa5ade5a4cee071572b6075dbb2af5 (diff) | |
download | luarocks-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.bat | 2 |
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 | ) |
709 | SET "PATH=$BINDIR;%PATH%" | 709 | SET "PATH=$BINDIR;%PATH%" |
710 | "$LUA_INTERPRETER" "$BINDIR\]]..c..[[.lua" %* | 710 | "$LUA_BINDIR\$LUA_INTERPRETER" "$BINDIR\]]..c..[[.lua" %* |
711 | IF NOT "%ERRORLEVEL%"=="2" GOTO EXITLR | 711 | IF NOT "%ERRORLEVEL%"=="2" GOTO EXITLR |
712 | 712 | ||
713 | REM Permission denied error, try and auto elevate... | 713 | REM Permission denied error, try and auto elevate... |