TUN-6984: Set euo pipefile for homebrew builds
This commit is contained in:
parent
cf87ec7969
commit
4c10f68e2d
|
@ -1,5 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
if [[ "$(uname)" != "Darwin" ]] ; then
|
||||
echo "This should be run on macOS"
|
||||
exit 1
|
||||
|
|
Loading…
Reference in New Issue