Remove redundant exit command
Signed-off-by: Dom Rodriguez <shymega@shymega.org.uk>
This commit is contained in:
parent
c05efd2393
commit
09863ead1b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue