diff options
-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 |