From e2dea932698d1ded8767476214d41cb2a19641c0 Mon Sep 17 00:00:00 2001 From: Fabio Mascarenhas Date: Fri, 12 Apr 2013 17:05:12 -0300 Subject: fix installation of builtin lua --- install.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ( ECHO Could not find Lua. Will install its own copy. ECHO See /? for options for specifying the location of Lua. :USE_OWN_LUA -IF NOT [LUA_VERSION]==[5.1] ( +IF NOT [%LUA_VERSION%]==[5.1] ( ECHO Cannot install own copy because no 5.2 version is bundled GOTO ERROR ) -- cgit v1.2.3-55-g6feb