From fd028d752c313ca53d628df5426c63c12838610e Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Wed, 22 Aug 2007 17:22:35 +0200 Subject: [PATCH] contrib/collectd2html.pl: Don't invoke the Perl interpreter with `-w'. --- contrib/collectd2html.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/collectd2html.pl b/contrib/collectd2html.pl index a4cfe3ab..da143d70 100644 --- a/contrib/collectd2html.pl +++ b/contrib/collectd2html.pl @@ -1,4 +1,4 @@ -#!/usr/bin/perl -w +#!/usr/bin/perl ################################################################################ # -- 2.11.0