aboutsummaryrefslogtreecommitdiff
path: root/install.bat
diff options
context:
space:
mode:
authorThijs Schreijer <thijs@thijsschreijer.nl>2013-12-01 10:02:57 +0100
committerThijs Schreijer <thijs@thijsschreijer.nl>2013-12-01 10:02:57 +0100
commit03cc9208fbeec8065365cbd5d5c124a327b47a4a (patch)
treeb4b72d0347dab497b91cef35304af026cad39d1e /install.bat
parent62c74024f52d6aa256dfbe3c978496d1a22a444f (diff)
downloadluarocks-03cc9208fbeec8065365cbd5d5c124a327b47a4a.tar.gz
luarocks-03cc9208fbeec8065365cbd5d5c124a327b47a4a.tar.bz2
luarocks-03cc9208fbeec8065365cbd5d5c124a327b47a4a.zip
refactored debug output. Now all is set by using `verbose = true` in the config file instead of manually uncommenting code.
Also moved to platform independent code, from Windows only
Diffstat (limited to 'install.bat')
-rw-r--r--install.bat1
1 files changed, 1 insertions, 0 deletions
diff --git a/install.bat b/install.bat
index 26255502..22f72e13 100644
--- a/install.bat
+++ b/install.bat
@@ -709,6 +709,7 @@ rocks_trees = {
709 end 709 end
710 f:write(S" LUALIB = '$LUA_LIBNAME'\n") 710 f:write(S" LUALIB = '$LUA_LIBNAME'\n")
711 f:write("}\n") 711 f:write("}\n")
712 f:write("verbose = false -- set to 'true' to enable verbose output\n")
712 f:close() 713 f:close()
713 print(S"Created LuaRocks config file: $CONFIG_FILE") 714 print(S"Created LuaRocks config file: $CONFIG_FILE")
714else 715else