diff options
author | Daniel Baumann <daniel@debian.org> | 2010-09-13 21:20:54 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:17:22 +0100 |
commit | ee8f3c73b971f9332cfc2bf9f71e532af02c464a (patch) | |
tree | f5128e58c055d7c57b17e581ee489c579d37de25 /scripts/build/lb_clean | |
parent | 9f865fce29db8c910f2d6a22c4a2d6d15ecff9f4 (diff) | |
download | vyos-live-build-ee8f3c73b971f9332cfc2bf9f71e532af02c464a.tar.gz vyos-live-build-ee8f3c73b971f9332cfc2bf9f71e532af02c464a.zip |
Avoid running helpers twice when using auto (Closes: #584884).
Diffstat (limited to 'scripts/build/lb_clean')
-rwxr-xr-x | scripts/build/lb_clean | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/build/lb_clean b/scripts/build/lb_clean index f734a50b0..e5ae3df6e 100755 --- a/scripts/build/lb_clean +++ b/scripts/build/lb_clean @@ -18,6 +18,7 @@ if [ "${1}" != "noauto" ] && [ -x auto/clean ] then Echo_message "Executing auto/clean script." ./auto/clean ${@} + exit ${?} fi if [ "${1}" = "noauto" ] |