diff options
| author | Thijs Schreijer <thijs@thijsschreijer.nl> | 2014-01-09 17:43:44 +0100 |
|---|---|---|
| committer | Thijs Schreijer <thijs@thijsschreijer.nl> | 2014-01-09 17:43:44 +0100 |
| commit | 3d42a34df316ff198fb1219324ff89092f6b9bcc (patch) | |
| tree | 22d06b692d903e812e3ef4e93378ee3600dd12ce | |
| parent | a30a946f6684e4ba29ba7db7ea0146fa3d012d7f (diff) | |
| download | luarocks-3d42a34df316ff198fb1219324ff89092f6b9bcc.tar.gz luarocks-3d42a34df316ff198fb1219324ff89092f6b9bcc.tar.bz2 luarocks-3d42a34df316ff198fb1219324ff89092f6b9bcc.zip | |
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 |
