summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMike Morris <michael.patrick.morris@gmail.com>2015-05-07 16:08:10 -0400
committerMike Morris <michael.patrick.morris@gmail.com>2015-05-07 16:08:10 -0400
commit8e15732954dfc5635490d42fff7142e793a5208c (patch)
tree87f3064132fed5b6914a1810727e2b4fc485e6e1 /scripts
parent6b900791390a315d104446d9b29b096db03a8fcd (diff)
downloadqtlocation-mapboxgl-8e15732954dfc5635490d42fff7142e793a5208c.tar.gz
drop unnecessary mason PATH and MASON_DIR exports from setup.sh
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/linux/setup.sh3
-rwxr-xr-xscripts/osx/setup.sh3
2 files changed, 0 insertions, 6 deletions
diff --git a/scripts/linux/setup.sh b/scripts/linux/setup.sh
index f4d2eb7e7d..15b664862e 100755
--- a/scripts/linux/setup.sh
+++ b/scripts/linux/setup.sh
@@ -3,9 +3,6 @@
set -e
set -o pipefail
-# Add Mason to PATH
-export PATH="`pwd`/.mason:${PATH}" MASON_DIR="`pwd`/.mason"
-
# Set the core file limit to unlimited so a core file is generated upon crash
ulimit -c unlimited -S
diff --git a/scripts/osx/setup.sh b/scripts/osx/setup.sh
index 7800f8d053..881a5b40a0 100755
--- a/scripts/osx/setup.sh
+++ b/scripts/osx/setup.sh
@@ -3,8 +3,5 @@
set -e
set -o pipefail
-# Add Mason to PATH
-export PATH="`pwd`/.mason:${PATH}" MASON_DIR="`pwd`/.mason"
-
# Set the core file limit to unlimited so a core file is generated upon crash
ulimit -c unlimited -S