fix mason setup

This commit is contained in:
Dane Springmeyer 2015-01-23 21:44:32 -08:00
parent 03192c5f2a
commit bdc49e2adb

View file

@ -70,10 +70,10 @@ if [[ -d ~/.mason ]]; then
export PATH=~/.mason:$PATH export PATH=~/.mason:$PATH
else else
if [[ ! -d mason ]]; then 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 fi
export MASON_DIR=$(pwd) export MASON_DIR=$(pwd)/.mason
export PATH=$(pwd)/mason:$PATH export PATH=$(pwd)/.mason:$PATH
fi fi
for DEP in "${!DEPS[@]}"; do for DEP in "${!DEPS[@]}"; do