X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=build.sh;h=465eff9d8eaffcd1a917382722364c4a152791e2;hb=446138394bb95c49d0e05ea440fbf63aefe84bab;hp=804b2e2593b6d497e0a15dbd77f6a4e35343c446;hpb=108068f268cad453e5d3b54e288917409db1e467;p=collectd.git diff --git a/build.sh b/build.sh index 804b2e25..465eff9d 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 <