From ee8f3c73b971f9332cfc2bf9f71e532af02c464a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 13 Sep 2010 21:20:54 +0200 Subject: Avoid running helpers twice when using auto (Closes: #584884). --- scripts/build/lb_clean | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/build/lb_clean') 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" ] -- cgit v1.2.3