Fix configure script error

This commit is contained in:
Yatis 2020-10-27 12:03:10 +01:00
parent 4f1f5169d8
commit 15a286daf0

2
configure vendored
View file

@ -91,7 +91,7 @@ EOF
#--- #---
# Check early help options # Check early help options
#--- #---
if [[ $# -eq 1 ]] || [[ "$1" = "-h" ]] || [[ "$1" = "--help" ]]; then if [[ $# -eq 1 ]] && [[ "$1" = "-h" ]] || [[ "$1" = "--help" ]]; then
help help
fi fi