Boolector / boolector

A Satisfiability Modulo Theories (SMT) solver for the theories of fixed-size bit-vectors, arrays and uninterpreted functions.
http://boolector.github.io
Other
332 stars 62 forks source link

contrib: fix scripts #60

Closed q3k closed 5 years ago

q3k commented 5 years ago

The contrib/setup-* scripts are currently broken in the following two ways:

This change addresses the above issues.

mpreiner commented 5 years ago

Ah nice! Didn't know about -o pipefail. Thanks a lot! PicoSAT setup already fails on MacOS. I'll fix that on master and update this PR.