From a5889409cc9dd5e0cc973cdb81d69bd045bd6094 Mon Sep 17 00:00:00 2001 From: Cameron Mulhern Date: Thu, 14 Jan 2016 12:45:57 -0500 Subject: [ios] Updates configure to work when project is a submodule --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 180d03516e..3a4a62a1e8 100755 --- a/configure +++ b/configure @@ -15,7 +15,7 @@ function abort { >&2 echo -e "\033[1m\033[31m$1\033[0m"; exit 1; } function info { >&2 echo -e "\033[1m\033[33m$1\033[0m"; } function warn { >&2 echo -e "\033[1m\033[33m$1\033[0m"; } -if [ -d "`pwd`/.git" ]; then +if [ -e "`pwd`/.git" ]; then info "This build is within a git repository" export MASON_DIR="`pwd`/.mason" export PATH="${MASON_DIR}:${PATH}" -- cgit v1.2.1