From: Michal Sojka Date: Tue, 23 Feb 2016 09:16:08 +0000 (+0100) Subject: Exit on failure X-Git-Url: https://rtime.felk.cvut.cz/gitweb/jailhouse-test.git/commitdiff_plain/e46725ab92da808fedda5741eb9fb43679c9455b?ds=sidebyside Exit on failure --- diff --git a/buildroot-os/update-inmates-and-overlay.sh b/buildroot-os/update-inmates-and-overlay.sh index 6a339b7..d0b573b 100755 --- a/buildroot-os/update-inmates-and-overlay.sh +++ b/buildroot-os/update-inmates-and-overlay.sh @@ -1,4 +1,7 @@ #!/bin/bash + +set -e + echo "going inside Jailhouse dir for to remake it..." cd ../jailhouse make clean && make modules