aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThijs Schreijer <thijs@thijsschreijer.nl>2014-01-09 08:45:09 -0800
committerThijs Schreijer <thijs@thijsschreijer.nl>2014-01-09 08:45:09 -0800
commitee2ff69c12f0db8c0589c6ef5a689ebd3a8a95a8 (patch)
treeb889f10228fbad6bcb60ab7123cbf24577a49017
parent2511c8377f6c924625b10d6e6cc77c5053890b94 (diff)
parent3d42a34df316ff198fb1219324ff89092f6b9bcc (diff)
downloadluarocks-ee2ff69c12f0db8c0589c6ef5a689ebd3a8a95a8.tar.gz
luarocks-ee2ff69c12f0db8c0589c6ef5a689ebd3a8a95a8.tar.bz2
luarocks-ee2ff69c12f0db8c0589c6ef5a689ebd3a8a95a8.zip
Merge pull request #217 from Tieske/master
don't print process info when help is displayed
-rw-r--r--install.bat3
1 files changed, 2 insertions, 1 deletions
diff --git a/install.bat b/install.bat
index 8f877c57..55781d67 100644
--- a/install.bat
+++ b/install.bat
@@ -519,6 +519,8 @@ end
519 519
520print(S"LuaRocks $VERSION.x installer.\n") 520print(S"LuaRocks $VERSION.x installer.\n")
521 521
522parse_options(config)
523
522print([[ 524print([[
523 525
524======================== 526========================
@@ -527,7 +529,6 @@ print([[
527 529
528]]) 530]])
529 531
530parse_options(config)
531check_flags() 532check_flags()
532 533
533if not permission() then 534if not permission() then