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 7813b107a4aea94c096af067e001c7924c4a6107..b185ccca908a465d71d19511bbc255a9c452f74c 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