Fix build only

This commit is contained in:
Antoni Boucher 2022-06-29 21:06:00 -04:00
parent 85036a5afa
commit 16ca66d664

View file

@ -107,7 +107,7 @@ else
fi fi
if (( $build_only == 1 )); then if (( $build_only == 1 )); then
echo "Since it's `build-only`, exiting..." echo "Since it's 'build-only', exiting..."
exit exit
fi fi