Remove redundant exit command

Signed-off-by: Dom Rodriguez <shymega@shymega.org.uk>
This commit is contained in:
Dom Rodriguez
2021-11-05 20:41:58 +00:00
parent c05efd2393
commit 09863ead1b

View File

@@ -47,5 +47,3 @@ $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
exit