fix bash syntax

This commit is contained in:
Dane Springmeyer 2015-01-23 20:42:03 -08:00
parent e53f4e8637
commit 03192c5f2a

View file

@ -72,7 +72,7 @@ else
if [[ ! -d mason ]]; then
git clone --depth 1 https://github.com/mapbox/mason.git
fi
export MASON_DIR=$(PWD)
export MASON_DIR=$(pwd)
export PATH=$(pwd)/mason:$PATH
fi