From 74a7af6571930eb0a89cdd7140a6663a3ff60645 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 2 Sep 2009 20:50:17 +0200 Subject: Adding a message about which hook made a build fail, if any. --- helpers/lh_binary_local-hooks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helpers/lh_binary_local-hooks') diff --git a/helpers/lh_binary_local-hooks b/helpers/lh_binary_local-hooks index 6d4beaf0a..fbc99e5ab 100755 --- a/helpers/lh_binary_local-hooks +++ b/helpers/lh_binary_local-hooks @@ -49,7 +49,7 @@ then fi # Executing hook - ./"${HOOK}" + ./"${HOOK}" || ( Echo_error "${HOOK} failed (exit non-zero). You should check for errors."; exit 1 ) done # Creating stage file -- cgit v1.2.3