From 0c5b362c3047c30326a748b154bc692b083d38ed Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Fri, 28 Feb 2014 22:05:18 +0100 Subject: Disable Perl's "taint" checks Perl's "taint" checks don't like `use lib "$FindBin::Bin"'. Cf. http://www.perlmonks.org/?node_id=585299 --- plugins-scripts/check_breeze.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins-scripts/check_breeze.pl') diff --git a/plugins-scripts/check_breeze.pl b/plugins-scripts/check_breeze.pl index 38badeb6..12a60ee6 100755 --- a/plugins-scripts/check_breeze.pl +++ b/plugins-scripts/check_breeze.pl @@ -1,4 +1,4 @@ -#!@PERL@ -wT +#!@PERL@ -w use strict; -- cgit v1.2.3-74-g34f1