Fix configure script
This commit is contained in:
parent
d32c8b7dd7
commit
a12cd49585
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ set -e
|
|||
git submodule update --init
|
||||
externals/gyp/gyp tree_sitter.gyp --depth . --format=make $@
|
||||
|
||||
if [ $1 == "-h" ]; then
|
||||
if [ "$1" == "-h" ]; then
|
||||
cat <<-HELP
|
||||
|
||||
Variables:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue