Skip to content

Commit

Permalink
fix: Add missing program termination logic when the runtime dependenc…
Browse files Browse the repository at this point in the history
…y check failed

Signed-off-by: 林博仁(Buo-ren, Lin) <[email protected]>
  • Loading branch information
brlin-tw committed Nov 21, 2023
1 parent 72d0733 commit b1f6059
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions basic.bash
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ if test "${flag_dependency_check_failed}" == true; then
printf \
'Error: Dependency check failed, please check your installation.\n' \
1>&2
exit 1
fi

if test -v BASH_SOURCE; then
Expand Down

0 comments on commit b1f6059

Please sign in to comment.