diff options
author | Thijs Schreijer <thijs@thijsschreijer.nl> | 2014-01-09 08:45:09 -0800 |
---|---|---|
committer | Thijs Schreijer <thijs@thijsschreijer.nl> | 2014-01-09 08:45:09 -0800 |
commit | ee2ff69c12f0db8c0589c6ef5a689ebd3a8a95a8 (patch) | |
tree | b889f10228fbad6bcb60ab7123cbf24577a49017 | |
parent | 2511c8377f6c924625b10d6e6cc77c5053890b94 (diff) | |
parent | 3d42a34df316ff198fb1219324ff89092f6b9bcc (diff) | |
download | luarocks-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.bat | 3 |
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 | ||
520 | print(S"LuaRocks $VERSION.x installer.\n") | 520 | print(S"LuaRocks $VERSION.x installer.\n") |
521 | 521 | ||
522 | parse_options(config) | ||
523 | |||
522 | print([[ | 524 | print([[ |
523 | 525 | ||
524 | ======================== | 526 | ======================== |
@@ -527,7 +529,6 @@ print([[ | |||
527 | 529 | ||
528 | ]]) | 530 | ]]) |
529 | 531 | ||
530 | parse_options(config) | ||
531 | check_flags() | 532 | check_flags() |
532 | 533 | ||
533 | if not permission() then | 534 | if not permission() then |