diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2013-03-11 16:23:23 +0100 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2013-05-06 14:50:07 +0200 |
commit | feaad91d90c1d3c78b616be6f9f282780e4ca4ce (patch) | |
tree | a5578d33c7186d72914e631d4799152e4bef2899 /examples/auto/clean | |
parent | 94b1dd2b65264f5d162f2eb2871200c42d7abb73 (diff) | |
download | vyos-live-build-feaad91d90c1d3c78b616be6f9f282780e4ca4ce.tar.gz vyos-live-build-feaad91d90c1d3c78b616be6f9f282780e4ca4ce.zip |
Adding set -e in example auto scripts.
Diffstat (limited to 'examples/auto/clean')
-rwxr-xr-x | examples/auto/clean | 2 |
1 files changed, 2 insertions, 0 deletions
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 |