fix issue where bldr does not exit correctly
This commit is contained in:
@@ -109,6 +109,8 @@ case $1 in
|
||||
clean_after_failed "$@"
|
||||
exit 1
|
||||
fi
|
||||
printf "Finished.\n"
|
||||
exit 0
|
||||
;;
|
||||
*)
|
||||
usage_small "$@"
|
||||
|
||||
Reference in New Issue
Block a user