mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Make configure recognize the '-h' option in addition to '--help'.
This commit is contained in:
parent
1b481302e1
commit
a2afa4b935
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -318,7 +318,7 @@ fi
|
||||||
|
|
||||||
OPTIONS=""
|
OPTIONS=""
|
||||||
HELP=0
|
HELP=0
|
||||||
if [ "$1" = "--help" ]
|
if [ "$1" = "-h" ] || [ "$1" = "--help" ]
|
||||||
then
|
then
|
||||||
HELP=1
|
HELP=1
|
||||||
shift
|
shift
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue