aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabio Mascarenhas <mascarenhas@acm.org>2013-04-12 17:05:12 -0300
committerFabio Mascarenhas <mascarenhas@acm.org>2013-04-12 17:05:12 -0300
commite2dea932698d1ded8767476214d41cb2a19641c0 (patch)
treebea05e47564ae48db7f8b3da7dd4cd4093326fb4
parent8db9fafd0686e1e9ef7092fc9f68e72e45ed26c9 (diff)
downloadluarocks-e2dea932698d1ded8767476214d41cb2a19641c0.tar.gz
luarocks-e2dea932698d1ded8767476214d41cb2a19641c0.tar.bz2
luarocks-e2dea932698d1ded8767476214d41cb2a19641c0.zip
fix installation of builtin lua
-rw-r--r--install.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.bat b/install.bat
index 8d7ca1b7..2a0e677b 100644
--- a/install.bat
+++ b/install.bat
@@ -310,7 +310,7 @@ FOR %%L IN (%LUA_PREFIX% c:\lua\5.1.2 c:\lua c:\kepler\1.1) DO (
310ECHO Could not find Lua. Will install its own copy. 310ECHO Could not find Lua. Will install its own copy.
311ECHO See /? for options for specifying the location of Lua. 311ECHO See /? for options for specifying the location of Lua.
312:USE_OWN_LUA 312:USE_OWN_LUA
313IF NOT [LUA_VERSION]==[5.1] ( 313IF NOT [%LUA_VERSION%]==[5.1] (
314 ECHO Cannot install own copy because no 5.2 version is bundled 314 ECHO Cannot install own copy because no 5.2 version is bundled
315 GOTO ERROR 315 GOTO ERROR
316) 316)