diff options
Diffstat (limited to 'scripts/build/lb_binary_local-hooks')
-rwxr-xr-x | scripts/build/lb_binary_local-hooks | 2 |
1 files changed, 1 insertions, 1 deletions
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 |