From e953dbaa17e6060062c13131e78891aca22ed549 Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Mon, 16 Jun 2014 13:27:38 -0700 Subject: [PATCH] Update submodules recursively in configure script --- script/configure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/configure.sh b/script/configure.sh index 9188b9e7..a9536bb3 100755 --- a/script/configure.sh +++ b/script/configure.sh @@ -2,7 +2,7 @@ set -e -git submodule update --init +git submodule update --init --recursive externals/gyp/gyp tree_sitter.gyp --depth . --format=make $@ if [ "$1" == "-h" ]; then