summaryrefslogtreecommitdiffstats
path: root/src/ob-checkbuilddeps.sh
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-03-13 13:42:06 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-03-13 13:42:06 (EDT)
commit8850981d7362f95623b58d5af34343f1f8395eb6 (patch)
tree319a192daf5d5e6315ca6c72197a06ebe29f3243 /src/ob-checkbuilddeps.sh
parent176161e071d50ee2f4873d21f8396c03a929c45d (diff)
ob-*: Add return statements after ob_error() calls
Diffstat (limited to 'src/ob-checkbuilddeps.sh')
-rw-r--r--src/ob-checkbuilddeps.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ob-checkbuilddeps.sh b/src/ob-checkbuilddeps.sh
index d49bf25..e002029 100644
--- a/src/ob-checkbuilddeps.sh
+++ b/src/ob-checkbuilddeps.sh
@@ -75,6 +75,7 @@ check_build_deps()
missing="${missing#, }"
if [ "x${missing}" != 'x' ]; then
ob_error "$(ob_get_msg 'missing_build_deps')" "${missing}"
+ return 1
fi
return 0