mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
auto merge of #2358 : zwarich/servo/configure-dash-h, r=Ms2ger
This commit is contained in:
commit
5300846f33
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