From b37b97b5b61e54d1a376da96004fcf16d2072207 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 9 Apr 2013 05:54:27 +0200 Subject: Adding set -e in example auto scripts. --- examples/auto/clean | 2 ++ 1 file changed, 2 insertions(+) (limited to 'examples/auto/clean') 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 -- cgit v1.2.3