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