summaryrefslogtreecommitdiff
path: root/platform/osx/scripts/setup.sh
blob: 502d61d44de54a42904c1d5d2678b8825e7df444 (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/env bash
# This script is sourced; do not set -e or -o pipefail here.

# Ensure mason is on the 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