mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
osx_install_dependencies.sh: Use set -ue to fail fast on errors
This commit is contained in:
parent
14d2170b46
commit
1c556d0aaa
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user