Module: monitoring-plugins
 Branch: master
 Commit: 2369338191cbf1772d868617aec89893f9e9538d
 Author: Jan Wagner <w...@cyconet.org>
   Date: Mon Oct  5 09:59:50 2015 +0200
    URL: 
https://www.monitoring-plugins.org/repositories/monitoring-plugins/commit/?id=2369338

plugins-scripts/Makefile.am: Cosmetical changes

---

 plugins-scripts/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins-scripts/Makefile.am b/plugins-scripts/Makefile.am
index 6970324..c829c10 100644
--- a/plugins-scripts/Makefile.am
+++ b/plugins-scripts/Makefile.am
@@ -36,7 +36,7 @@ TESTS = @SCRIPT_TEST@
 test:
        perl -I $(top_builddir) -I $(top_srcdir) ../test.pl
        perl -I $(top_builddir) -I $(top_srcdir) ../test.pl t/utils.t   # 
utils.t is excluded from above, so manually ask to test
-       for PLSCRIPTS in *.pl; do perl -wc $$PLSCRIPTS || exit 1; done
+       for SCRIPT in *.pl; do perl -wc $$SCRIPT || exit 1; done
 
 test-debug:
        NPTEST_DEBUG=1 HARNESS_VERBOSE=1 perl -I $(top_builddir) -I 
$(top_srcdir) ../test.pl

Reply via email to