From 20f0583c1827a6216805fb571e04f4286a810c59 Mon Sep 17 00:00:00 2001 From: Dom Rodriguez Date: Sat, 6 Nov 2021 17:31:58 +0000 Subject: [PATCH] As per @p12tic's feedback on PR #1385, revert previous log message @p12tic felt that we should have the log message at the end of the build script to assist log inspections Signed-off-by: Dom Rodriguez --- clean_build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/clean_build.sh b/clean_build.sh index cbe306c6..baf036de 100755 --- a/clean_build.sh +++ b/clean_build.sh @@ -43,3 +43,5 @@ $B_CMAKE "$B_CMAKE_FLAGS" .. || exit 1 echo "INFO: Now commencing Barrier build process..." echo "INFO: We're building an $B_BUILD_TYPE output type." $(command -v make) || exit 1 + +echo "Build completed successfully"