From f25780603396b1adc27524b9c165106d48c9631d Mon Sep 17 00:00:00 2001 From: ohfp <1813007-ohfp@users.noreply.gitlab.com> Date: Sun, 29 Mar 2020 00:18:58 +0100 Subject: several small script fixes --- binary_tarball/scripts/4_Build_Binary_Tarball.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'binary_tarball/scripts/4_Build_Binary_Tarball.sh') diff --git a/binary_tarball/scripts/4_Build_Binary_Tarball.sh b/binary_tarball/scripts/4_Build_Binary_Tarball.sh index a7f4784..c1dc1f9 100755 --- a/binary_tarball/scripts/4_Build_Binary_Tarball.sh +++ b/binary_tarball/scripts/4_Build_Binary_Tarball.sh @@ -57,12 +57,12 @@ LLVM_PROFDATA=llvm-profdata \ if [[ ! -s merged.profdata ]]; then echo "No profile data produced." - return 1 + exit 1 fi if [[ ! -s jarlog ]]; then echo "No jar log produced." - return 1 + exit 1 fi echo "Removing instrumented browser..." -- cgit