]> sjero.net Git - wget/commitdiff
doc: Don't assume the perl executable is under /usr/bin/
authorGiuseppe Scrivano <gscrivano@gnu.org>
Thu, 18 Aug 2011 11:55:49 +0000 (13:55 +0200)
committerGiuseppe Scrivano <gscrivano@gnu.org>
Thu, 18 Aug 2011 11:55:49 +0000 (13:55 +0200)
doc/ChangeLog
doc/texi2pod.pl

index 5ce40d5c5e5af3f9e515486c7edfc9f3438374e9..a2b923cdcdf5e5e2b53f6e90b65b6f03f302c2fd 100644 (file)
@@ -1,3 +1,7 @@
+2011-08-18  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * texi2pod.pl: Don't assume the perl executable is under /usr/bin/.
+
 2011-08-06  Giuseppe Scrivano  <gscrivano@gnu.org>
 
        * wget.texi (Wgetrc Commands): Document show_all_dns_entries.
 2011-08-06  Giuseppe Scrivano  <gscrivano@gnu.org>
 
        * wget.texi (Wgetrc Commands): Document show_all_dns_entries.
index 5a4bbacdf5e3f5f7425829ea9a25920b65e9d35b..9c0e94c6a57664565fb3061d90666b214e3e59b2 100755 (executable)
@@ -1,4 +1,4 @@
-#! /usr/bin/perl -w
+#! /usr/bin/env perl
 
 #   Copyright (C) 1999, 2000, 2001, 2003, 2010 Free Software Foundation, Inc.
 
 
 #   Copyright (C) 1999, 2000, 2001, 2003, 2010 Free Software Foundation, Inc.