From 90bb79d40119bc7105695054c2ff43b0b86e9464 Mon Sep 17 00:00:00 2001 From: Larry Date: Tue, 27 Jun 2017 22:09:56 -0400 Subject: [PATCH] had exit in the wrong spot --- zcutil/build.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/zcutil/build.sh b/zcutil/build.sh index b3c177ed9..de785f6b9 100755 --- a/zcutil/build.sh +++ b/zcutil/build.sh @@ -100,12 +100,12 @@ fi # might break the entry above to find gcc- on arm if [ -f "/etc/arch-release" ]; then if [ -f "/usr/bin/gcc-5" ]; then - CC=gcc-5 - CXX=g++-5 + CC=gcc-5 + CXX=g++-5 + else + echo 'gcc5 required, please install using "sudo pacman -S gss5"' + exit 1 fi -else -echo 'gcc5 required, please install using "sudo pacman -S gss5"' -exit 1 fi PREFIX="$(pwd)/depends/$BUILD/"