aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThijs Schreijer <thijs@thijsschreijer.nl>2014-01-09 17:43:44 +0100
committerThijs Schreijer <thijs@thijsschreijer.nl>2014-01-09 17:43:44 +0100
commit3d42a34df316ff198fb1219324ff89092f6b9bcc (patch)
tree22d06b692d903e812e3ef4e93378ee3600dd12ce
parenta30a946f6684e4ba29ba7db7ea0146fa3d012d7f (diff)
downloadluarocks-3d42a34df316ff198fb1219324ff89092f6b9bcc.tar.gz
luarocks-3d42a34df316ff198fb1219324ff89092f6b9bcc.tar.bz2
luarocks-3d42a34df316ff198fb1219324ff89092f6b9bcc.zip
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