From bdc49e2adb0fb86ab473dcd21c6f8a7540424aa1 Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Fri, 23 Jan 2015 21:44:32 -0800 Subject: [PATCH] fix mason setup --- bootstrap.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bootstrap.sh b/bootstrap.sh index a3d1cc756..7912d397e 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -70,10 +70,10 @@ if [[ -d ~/.mason ]]; then export PATH=~/.mason:$PATH else if [[ ! -d mason ]]; then - git clone --depth 1 https://github.com/mapbox/mason.git + git clone --depth 1 https://github.com/mapbox/mason.git ./.mason fi - export MASON_DIR=$(pwd) - export PATH=$(pwd)/mason:$PATH + export MASON_DIR=$(pwd)/.mason + export PATH=$(pwd)/.mason:$PATH fi for DEP in "${!DEPS[@]}"; do