Fix configure script error

This commit is contained in:
Yatis 2020-10-27 12:03:10 +01:00
parent 4f1f5169d8
commit 15a286daf0
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -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