From a12cd495855e0a2b4d26d8b5ee844cdc9a33f320 Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Wed, 16 Apr 2014 21:00:27 -0700 Subject: [PATCH] Fix configure script --- script/configure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/configure.sh b/script/configure.sh index fc4c56e0..9188b9e7 100755 --- a/script/configure.sh +++ b/script/configure.sh @@ -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: