diff options
author | Thijs Schreijer <thijs@thijsschreijer.nl> | 2013-12-01 01:05:16 -0800 |
---|---|---|
committer | Thijs Schreijer <thijs@thijsschreijer.nl> | 2013-12-01 01:05:16 -0800 |
commit | 94cde998156d36f2388c15c4984a9b0a0c5b38e0 (patch) | |
tree | b4b72d0347dab497b91cef35304af026cad39d1e /install.bat | |
parent | 62c74024f52d6aa256dfbe3c978496d1a22a444f (diff) | |
parent | 03cc9208fbeec8065365cbd5d5c124a327b47a4a (diff) | |
download | luarocks-94cde998156d36f2388c15c4984a9b0a0c5b38e0.tar.gz luarocks-94cde998156d36f2388c15c4984a9b0a0c5b38e0.tar.bz2 luarocks-94cde998156d36f2388c15c4984a9b0a0c5b38e0.zip |
Merge pull request #192 from Tieske/debug_output
Improved debug/verbose output
Diffstat (limited to 'install.bat')
-rw-r--r-- | install.bat | 1 |
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") |
714 | else | 715 | else |