From 11eeea6f6c81d69c2c685bb6dafbb8126094ff48 Mon Sep 17 00:00:00 2001 From: liandro sg Date: Wed, 18 May 2011 19:42:51 +0200 Subject: Be more careful with subshells (Closes: #623356). --- scripts/build/lb_binary_local-hooks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/build/lb_binary_local-hooks') diff --git a/scripts/build/lb_binary_local-hooks b/scripts/build/lb_binary_local-hooks index 729200db4..e3c08c292 100755 --- a/scripts/build/lb_binary_local-hooks +++ b/scripts/build/lb_binary_local-hooks @@ -50,7 +50,7 @@ then fi # Executing hook - ./"${HOOK}" || ( Echo_error "${HOOK} failed (exit non-zero). You should check for errors."; exit 1 ) + ./"${HOOK}" || { Echo_error "${HOOK} failed (exit non-zero). You should check for errors."; exit 1 ;} done # Creating stage file -- cgit v1.2.3