From f41bdf6dc71c3f3aa7b6d1dbb2e1b396718bbd8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 1 Jan 2018 20:42:57 +0100 Subject: Build.sh should fail if one of commands fail --- build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sh b/build.sh index 6848d31..ec7109d 100755 --- a/build.sh +++ b/build.sh @@ -1,4 +1,5 @@ #!/bin/sh +set -e ROOT="$(dirname "$(readlink -f "$0")")" -- cgit v1.2.3