mirror of
https://git.planet-casio.com/Vhex-Kernel-Core/fxlibc.git
synced 2024-12-28 04:23:38 +01:00
Fix configure script error
This commit is contained in:
parent
4f1f5169d8
commit
15a286daf0
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue