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 "$@"
|
clean_after_failed "$@"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
printf "Finished.\n"
|
||||||
|
exit 0
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
usage_small "$@"
|
usage_small "$@"
|
||||||
|
Loading…
Reference in New Issue
Block a user