remove perl shebang hack from wwwis
authorChristian Hofstaedtler <ch@grml.org>
Tue, 19 Apr 2011 13:21:08 +0000 (15:21 +0200)
committerChristian Hofstaedtler <ch@grml.org>
Tue, 19 Apr 2011 13:21:08 +0000 (15:21 +0200)
perl is always in /usr/bin/perl on Debian.

debian/overrides
usr_bin/wwwis

index dd982da..97cc13b 100644 (file)
@@ -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
index 20607c4..ac2e52c 100755 (executable)
@@ -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.