From: Christian Hofstaedtler Date: Tue, 19 Apr 2011 13:21:08 +0000 (+0200) Subject: remove perl shebang hack from wwwis X-Git-Tag: v1.4.3~2 X-Git-Url: http://git.grml.org/?p=grml-scripts.git;a=commitdiff_plain;h=9191405843446d3736730b552185b74e0deb9bab remove perl shebang hack from wwwis perl is always in /usr/bin/perl on Debian. --- 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.