mirror of
https://git.planet-casio.com/Vhex-Kernel-Core/fxlibc.git
synced 2024-12-28 20:43: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
|
# Check early help options
|
||||||
#---
|
#---
|
||||||
if [[ $# -eq 1 ]] || [[ "$1" = "-h" ]] || [[ "$1" = "--help" ]]; then
|
if [[ $# -eq 1 ]] && [[ "$1" = "-h" ]] || [[ "$1" = "--help" ]]; then
|
||||||
help
|
help
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue