From feaad91d90c1d3c78b616be6f9f282780e4ca4ce Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 11 Mar 2013 16:23:23 +0100 Subject: Adding set -e in example auto scripts. --- examples/auto/build | 2 ++ examples/auto/clean | 2 ++ examples/auto/config | 2 ++ 3 files changed, 6 insertions(+) (limited to 'examples') diff --git a/examples/auto/build b/examples/auto/build index 6d559e8cf..f8d834623 100755 --- a/examples/auto/build +++ b/examples/auto/build @@ -1,3 +1,5 @@ #!/bin/sh +set -e + lb build noauto "${@}" 2>&1 | tee build.log diff --git a/examples/auto/clean b/examples/auto/clean index 3e2403257..69874ee68 100755 --- a/examples/auto/clean +++ b/examples/auto/clean @@ -1,5 +1,7 @@ #!/bin/sh +set -e + lb clean noauto "${@}" rm -f config/binary config/bootstrap config/chroot config/common config/source diff --git a/examples/auto/config b/examples/auto/config index f64db292d..c6d68c649 100755 --- a/examples/auto/config +++ b/examples/auto/config @@ -1,4 +1,6 @@ #!/bin/sh +set -e + lb config noauto \ "${@}" -- cgit v1.2.3