summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2018-08-15 16:12:56 -0400
committerNat Goodspeed <nat@lindenlab.com>2018-08-15 16:12:56 -0400
commit3ca8263fb462bb0aba23b8d27d717a961db5bad6 (patch)
tree725c1241ce02aa738a5af19852a8a66b6dfe7a2c /build.sh
parentf1eb3c1b63b97de2a91c967e5c66f7b25c4963a2 (diff)
Backed out changeset 25b55601514d: re-enable building BugSplat on Mac.
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/build.sh b/build.sh
index 216ce5720a..d531c0b046 100755
--- a/build.sh
+++ b/build.sh
@@ -106,8 +106,7 @@ pre_build()
# don't spew credentials into build log
bugsplat_sh="$build_secrets_checkout/bugsplat/bugsplat.sh"
set +x
- # HACK: Suppress for Mac until BugSplat fixes the Mac client API
- if [ -r "$bugsplat_sh" -a "$arch" != "Darwin" ]
+ if [ -r "$bugsplat_sh" ]
then # show that we're doing this, just not the contents
echo source "$bugsplat_sh"
source "$bugsplat_sh"