From 9191405843446d3736730b552185b74e0deb9bab Mon Sep 17 00:00:00 2001 From: Christian Hofstaedtler Date: Tue, 19 Apr 2011 15:21:08 +0200 Subject: [PATCH] remove perl shebang hack from wwwis perl is always in /usr/bin/perl on Debian. --- debian/overrides | 1 - usr_bin/wwwis | 4 ---- 2 files changed, 5 deletions(-) diff --git a/debian/overrides b/debian/overrides index dd982da..97cc13b 100644 --- a/debian/overrides +++ b/debian/overrides @@ -1,4 +1,3 @@ -grml-scripts: executable-not-elf-or-script ./usr/bin/wwwis grml-scripts: script-with-language-extension usr/bin/bincompare.pl grml-scripts: script-with-language-extension usr/bin/cpufreq-detect.sh grml-scripts: script-with-language-extension usr/bin/gsuggest.pl diff --git a/usr_bin/wwwis b/usr_bin/wwwis index 20607c4..ac2e52c 100755 --- a/usr_bin/wwwis +++ b/usr_bin/wwwis @@ -1,7 +1,3 @@ -# use perl -*- Perl -*- This line used to have a : at the start - eval 'exec perl -w -S $0 ${1+"$@"}' - if 0; -# clever way of calling perl on this script : stolen from weblint #!/usr/bin/perl -w # # wwwis: adds HEIGHT= and WIDTH= to images referenced in specified HTML file. -- 2.1.4