Codebase list dillo / run/bd9fa327-a0bd-4228-bef9-2ae35af5ab57/main debian / patches / fix-perl-shebang.patch
run/bd9fa327-a0bd-4228-bef9-2ae35af5ab57/main

Tree @run/bd9fa327-a0bd-4228-bef9-2ae35af5ab57/main (Download .tar.gz)

fix-perl-shebang.patch @run/bd9fa327-a0bd-4228-bef9-2ae35af5ab57/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;