summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-10-31 17:38:34 -0400
committerKonstantin Käfer <mail@kkaefer.com>2014-10-31 17:38:34 -0400
commitec42892f5c43ec69588c66ea3524bc7f5753619b (patch)
tree4eeb6784a1866648253a4825ed7b540b7f1bd0fc
parent03ae142d7257999b196593cf8bea77bdc2f50915 (diff)
downloadqtlocation-mapboxgl-ec42892f5c43ec69588c66ea3524bc7f5753619b.tar.gz
add to $PATH instead of using aliases
-rwxr-xr-xscripts/local_mason.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/scripts/local_mason.sh b/scripts/local_mason.sh
index d51b2e36b6..2d8687a280 100755
--- a/scripts/local_mason.sh
+++ b/scripts/local_mason.sh
@@ -1,8 +1,5 @@
#!/usr/bin/env bash
-shopt -s expand_aliases
-
git submodule update --init .mason
-
-alias mason=`pwd`/.mason/mason
+PATH=`pwd`/.mason:$PATH
export MASON_DIR=`pwd`/.mason