fix bash syntax
This commit is contained in:
parent
e53f4e8637
commit
03192c5f2a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue