mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
doc: Don't assume the perl executable is under /usr/bin/
This commit is contained in:
parent
75d04cadf5
commit
1c76d3cceb
@ -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>
|
2011-08-06 Giuseppe Scrivano <gscrivano@gnu.org>
|
||||||
|
|
||||||
* wget.texi (Wgetrc Commands): Document show_all_dns_entries.
|
* wget.texi (Wgetrc Commands): Document show_all_dns_entries.
|
||||||
|
@ -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.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user