diff options
author | Fabio Mascarenhas <mascarenhas@acm.org> | 2013-04-12 17:05:12 -0300 |
---|---|---|
committer | Fabio Mascarenhas <mascarenhas@acm.org> | 2013-04-12 17:05:12 -0300 |
commit | e2dea932698d1ded8767476214d41cb2a19641c0 (patch) | |
tree | bea05e47564ae48db7f8b3da7dd4cd4093326fb4 | |
parent | 8db9fafd0686e1e9ef7092fc9f68e72e45ed26c9 (diff) | |
download | luarocks-e2dea932698d1ded8767476214d41cb2a19641c0.tar.gz luarocks-e2dea932698d1ded8767476214d41cb2a19641c0.tar.bz2 luarocks-e2dea932698d1ded8767476214d41cb2a19641c0.zip |
fix installation of builtin lua
-rw-r--r-- | install.bat | 2 |
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 ( | |||
310 | ECHO Could not find Lua. Will install its own copy. | 310 | ECHO Could not find Lua. Will install its own copy. |
311 | ECHO See /? for options for specifying the location of Lua. | 311 | ECHO See /? for options for specifying the location of Lua. |
312 | :USE_OWN_LUA | 312 | :USE_OWN_LUA |
313 | IF NOT [LUA_VERSION]==[5.1] ( | 313 | IF 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 | ) |