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_config | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/build/lb_config') diff --git a/scripts/build/lb_config b/scripts/build/lb_config index 3cf4a6d51..afb6935d8 100755 --- a/scripts/build/lb_config +++ b/scripts/build/lb_config @@ -18,6 +18,7 @@ if [ "${1}" != "noauto" ] && [ -x auto/config ] then Echo_message "Executing auto/config script." ./auto/config ${@} + exit ${?} fi if [ "${1}" = "noauto" ] -- cgit v1.2.3