From c9d57bd30f07dca8ac104fdadc6486a127e8509c Mon Sep 17 00:00:00 2001 From: Thijs Schreijer Date: Tue, 14 Jul 2015 18:56:20 +0200 Subject: minor textual fixes --- install.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.bat b/install.bat index 57e3611c..b9bfcb9b 100644 --- a/install.bat +++ b/install.bat @@ -97,7 +97,7 @@ local function permission() return exec("net session >NUL 2>&1") -- fails if not admin end --- rename file (full path) to backup (name only), appending number if required +-- rename filename (full path) to backupname (name only), appending number if required -- returns the new name (name only) local function backup(filename, backupname) local path = filename:match("(.+)%\\.-$").."\\" @@ -255,7 +255,7 @@ local function check_flags() die("Cannot combine option /L with any of /LUA /BIN /LIB /INC") end if vars.LUA_VERSION ~= "5.1" then - die("Bundled Lua version is 5.1, cannot install 5.2") + die("Bundled Lua version is 5.1, cannot install "..vars.LUA_VERSION) end end if vars.LUA_VERSION ~= "5.1" then -- cgit v1.2.3-55-g6feb