From a9ab11a9f069835c01ffd5868d0af85df70c9690 Mon Sep 17 00:00:00 2001 From: Michal Kravcenko <michal.kravcenko@vsb.cz> Date: Tue, 8 Jan 2019 14:48:54 +0100 Subject: [PATCH] MOD: modified bracketing in linux build script --- build_scripts/linux/linux_gcc_build_x64_debug_system.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build_scripts/linux/linux_gcc_build_x64_debug_system.sh b/build_scripts/linux/linux_gcc_build_x64_debug_system.sh index 7813b107..b185ccca 100755 --- a/build_scripts/linux/linux_gcc_build_x64_debug_system.sh +++ b/build_scripts/linux/linux_gcc_build_x64_debug_system.sh @@ -113,6 +113,7 @@ fi if [ ${CLEAN_AF} = "yes" ] then + if [ ${BUILD_LIB} = "yes" ] then ./linux_clean_after_lib.sh @@ -132,8 +133,10 @@ if [ ${BUILD_SOMETHING_LIB} = "yes" ] then ./linux_clean_garbage.sh fi + fi +echo "BUILD_ERROR_OCCURED = ${BUILD_ERROR_OCCURED}" if [ ${BUILD_ERROR_OCCURED} = "1" ] then -- GitLab