X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=build.sh;h=57f3d4449a99bef83b75b50f425dc548bc9ead60;hp=804b2e2593b6d497e0a15dbd77f6a4e35343c446;hb=4962291342f14fecbc6bb0240bd8ec7c76e2fc64;hpb=9b626288aff81c68fe19210a58b4a32eeefde9d3 diff --git a/build.sh b/build.sh index 804b2e25..57f3d444 100755 --- a/build.sh +++ b/build.sh @@ -6,7 +6,8 @@ check_for_application () { for PROG in "$@" do - if ! which "$PROG" >/dev/null 2>&1; then + which "$PROG" >/dev/null 2>&1 + if test $? -ne 0; then cat >&2 <