summaryrefslogtreecommitdiffstats
path: root/plugins-scripts/check_wave.pl
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2014-02-28 21:05:18 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2014-02-28 21:05:18 (GMT)
commit0c5b362c3047c30326a748b154bc692b083d38ed (patch)
treec7d50f9c5730709d00e12adb1f699721761828e5 /plugins-scripts/check_wave.pl
parent694307cddee1fb8b4ea803b73d54ebe9a7ce88aa (diff)
downloadmonitoring-plugins-0c5b362.tar.gz
Disable Perl's "taint" checks
Perl's "taint" checks don't like `use lib "$FindBin::Bin"'. Cf. http://www.perlmonks.org/?node_id=585299
Diffstat (limited to 'plugins-scripts/check_wave.pl')
-rwxr-xr-xplugins-scripts/check_wave.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins-scripts/check_wave.pl b/plugins-scripts/check_wave.pl
index 5fa78e3..979416e 100755
--- a/plugins-scripts/check_wave.pl
+++ b/plugins-scripts/check_wave.pl
@@ -1,4 +1,4 @@
1#!@PERL@ -wT 1#!@PERL@ -w
2# 2#
3 3
4 4