mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +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=""
|
||||
HELP=0
|
||||
if [ "$1" = "--help" ]
|
||||
if [ "$1" = "-h" ] || [ "$1" = "--help" ]
|
||||
then
|
||||
HELP=1
|
||||
shift
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue