From 493bf0fe2d9defbe30603a72cfbe92f3ac0099ea Mon Sep 17 00:00:00 2001 From: isaacs Date: Sun, 17 Jul 2011 17:25:25 -0700 Subject: ./configure needs submodules --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 69f752e11..62036c651 100755 --- a/configure +++ b/configure @@ -24,8 +24,8 @@ while [ $# -gt 0 ]; do done # Pull in submodules, since npm can't work without them. -if [ -f .git ]; then - git submodule update --init +if [ -d .git ]; then + git submodule update --init --recursive fi for c in "${CONFIGS[@]}"; do -- cgit v1.2.3