Skip to content
Snippets Groups Projects
Commit a9ab11a9 authored by Michal Kravcenko's avatar Michal Kravcenko
Browse files

MOD: modified bracketing in linux build script

parent 2f0ac52a
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment