Codebase list dillo / 5653c64 debian / patches / fix-perl-shebang.patch
5653c64

Tree @5653c64 (Download .tar.gz)

fix-perl-shebang.patch @5653c64raw · 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;