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
No known key found for this signature in database
GPG Key ID: 72DCF1231E54BD43
1 changed files with 0 additions and 2 deletions

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