X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=nagcollect.git;a=blobdiff_plain;f=Makefile;h=47bbf448eaeba0291978cc51bb6d093202c15396;hp=317537488a20571a3816898bffde4effca5bb6d1;hb=8769ab3e901165e955256c5ac01c3681fccf3679;hpb=4bb3c616448703abd41553bba908775744d01b79 diff --git a/Makefile b/Makefile index 3175374..47bbf44 100644 --- a/Makefile +++ b/Makefile @@ -85,7 +85,7 @@ client: plugins: mkdir -p client/lib/nagios/plugins - (cd client/lib/tests; (ls -1 *.tst; ls -1 `uname`/*.tst) | \ + (cd client/lib/tests; (ls -1 *.tst; ls -1 `uname`/*.tst 2>/dev/null) | \ while read x; do \ name="check_nc_`basename "$$x" | cut -d'.' -f1 | tr '[A-Z]' '[a-z]'`"; \ dest="../nagios/plugins/$$name"; \