TUN-6984: Set euo pipefile for homebrew builds

This commit is contained in:
Sudarsan Reddy 2022-11-30 15:05:21 +00:00
parent cf87ec7969
commit 4c10f68e2d
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
#!/bin/bash
set -euo pipefail
if [[ "$(uname)" != "Darwin" ]] ; then
echo "This should be run on macOS"
exit 1