osx_install_dependencies.sh: Use set -ue to fail fast on errors

This commit is contained in:
Kamil Śliwak 2021-04-19 14:51:52 +02:00
parent 14d2170b46
commit 1c556d0aaa

View File

@ -33,6 +33,8 @@
# - /usr/local/Cellar
# - /usr/local/Homebrew
set -eu
if [ ! -f /usr/local/lib/libz3.a ] # if this file does not exists (cache was not restored), rebuild dependencies
then
brew unlink python