Codebase list dillo / run/a5108309-55d5-4c96-a011-32f61dc1f8c4/main debian / patches / fix-perl-shebang.patch
run/a5108309-55d5-4c96-a011-32f61dc1f8c4/main

Tree @run/a5108309-55d5-4c96-a011-32f61dc1f8c4/main (Download .tar.gz)

fix-perl-shebang.patch @run/a5108309-55d5-4c96-a011-32f61dc1f8c4/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;