mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +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=""
|
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