From 15a286daf0b4a0a19e8ad1c294b245398d5f236c Mon Sep 17 00:00:00 2001 From: Yatis Date: Tue, 27 Oct 2020 12:03:10 +0100 Subject: [PATCH] Fix configure script error --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index a37762e..c8960ef 100755 --- a/configure +++ b/configure @@ -91,7 +91,7 @@ EOF #--- # Check early help options #--- -if [[ $# -eq 1 ]] || [[ "$1" = "-h" ]] || [[ "$1" = "--help" ]]; then +if [[ $# -eq 1 ]] && [[ "$1" = "-h" ]] || [[ "$1" = "--help" ]]; then help fi