summaryrefslogtreecommitdiff
path: root/scripts/osx/setup.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/osx/setup.sh')
-rwxr-xr-xscripts/osx/setup.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/scripts/osx/setup.sh b/scripts/osx/setup.sh
deleted file mode 100755
index 881a5b40a0..0000000000
--- a/scripts/osx/setup.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/usr/bin/env bash
-
-set -e
-set -o pipefail
-
-# Set the core file limit to unlimited so a core file is generated upon crash
-ulimit -c unlimited -S