X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=build.sh;fp=build.sh;h=20854b13b7d88cf6aa90f5ce990fd07370fff56c;hp=804b2e2593b6d497e0a15dbd77f6a4e35343c446;hb=de1d790c3c63d5046ec6422f95cab7b980fdce1c;hpb=3ad4d23b1d5f9efc2f281a1eb551465888bd4068 diff --git a/build.sh b/build.sh index 804b2e25..20854b13 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 <