From: Florian Forster Date: Wed, 22 Aug 2007 15:22:35 +0000 (+0200) Subject: contrib/collectd2html.pl: Don't invoke the Perl interpreter with `-w'. X-Git-Tag: collectd-4.0.7~6^2 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=fd028d752c313ca53d628df5426c63c12838610e;p=collectd.git contrib/collectd2html.pl: Don't invoke the Perl interpreter with `-w'. --- 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 ################################################################################ #