build fail if any command fails.

This commit is contained in:
Miroslav Šedivý 2022-05-14 18:56:51 +02:00
parent 3dce6b1204
commit 1c1f638be7

View File

@ -1,4 +1,5 @@
#!/bin/sh #!/bin/sh
set -ex
cd "$(dirname "$0")" cd "$(dirname "$0")"
BASE="${PWD}/../" BASE="${PWD}/../"