diff options
author | Alejandro Colomar <alx.manpages@gmail.com> | 2022-07-18 12:46:35 +0200 |
---|---|---|
committer | Alejandro Colomar <alx.manpages@gmail.com> | 2022-07-18 18:33:59 +0200 |
commit | 26a5af8591ca79eb32ca5d510d8be06527b12fc1 (patch) | |
tree | 0b17fbd8a77a934e690fd8d5d6da042b26465c9c | |
parent | 8c5e2d5ce5cc31649f8900621d1b92d66100a687 (diff) | |
download | unit-26a5af8591ca79eb32ca5d510d8be06527b12fc1.tar.gz unit-26a5af8591ca79eb32ca5d510d8be06527b12fc1.tar.bz2 |
Removed duplicate handling of './configure --help'.
That is already handled in auto/options. It is better suited
there, since it's an option, and not a module, and also because it
makes use of variables declared there.
-rwxr-xr-x | configure | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -48,11 +48,6 @@ NXT_GROUP= nxt_module=${1:-""} case $nxt_module in - --help) - . auto/help - exit 0 - ;; - ""|--*) ;; |