fix issue where bldr does not exit correctly

This commit is contained in:
Liam Waldron 2023-04-28 14:10:41 -04:00
parent ab928521f1
commit e584463eb7

View File

@ -109,6 +109,8 @@ case $1 in
clean_after_failed "$@"
exit 1
fi
printf "Finished.\n"
exit 0
;;
*)
usage_small "$@"