Codebase list dillo / scrub-obsolete/main debian / patches / fix-perl-shebang.patch
scrub-obsolete/main

Tree @scrub-obsolete/main (Download .tar.gz)

fix-perl-shebang.patch @scrub-obsolete/mainraw · history · blame

Description: Don't use /usr/bin/env in script shebang lines
 Required by Debian Policy ยง10.4.
Author: Axel Beckert <abe@debian.org>
Forwarded: no

--- a/dillo-install-hyphenation
+++ b/dillo-install-hyphenation
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
 use POSIX;
 use File::Basename;
 use Net::FTP;