Commit 702a5b72 authored by Jan Kiene's avatar Jan Kiene
Browse files

improve error propagation in build helper script

parent 59a43a97
Loading
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -28,6 +28,8 @@
# accordance with the laws of the Federal Republic of Germany excluding its conflict of law rules and
# the United Nations Convention on Contracts on the International Sales of Goods.

set -euxo pipefail

if [ ! -d "lib_com" ]; then
  echo "not in root directory! - please run in IVAS root"
  exit 1