mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-16 05:13:58 -07:00
The shell option "set -e" has a tricky, but standard, behaviour: Anything called on the left side of a || or && token ignores "set -e", so failure in a command in a subshell called on the left side of "|| die" does not prevent the execution of the following commands in the subshell. Adding explicit "|| die" calls after each command that could fail (and should interrupt the process) works around this behaviour, by emulating the intuitive "set -e" behaviour. |
||
|---|---|---|
| .. | ||
| macos-patches | ||
| source | ||
| build-macos-libs.sh | ||
| build-source-libs.sh | ||
| clean-source-libs.sh | ||
| get-windows-libs.bat | ||
| LICENSE.txt | ||