From 2e467ff3f1d58d05202332e05e2066e8710bbd8a Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Thu, 24 Mar 2016 10:51:52 -0700 Subject: [build] Force git submodule update before running mason Refs #4454 --- configure | 1 + 1 file changed, 1 insertion(+) (limited to 'configure') diff --git a/configure b/configure index 39e07e0956..c222ed3f9c 100755 --- a/configure +++ b/configure @@ -17,6 +17,7 @@ function warn { >&2 echo -e "\033[1m\033[33m$1\033[0m"; } if [ -e "`pwd`/.git" ]; then info "This build is within a git repository" + git submodule update --init export MASON_DIR="`pwd`/.mason" export PATH="${MASON_DIR}:${PATH}" else -- cgit v1.2.1