1
0
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:
Giuseppe Scrivano 2011-08-18 13:55:49 +02:00
parent 75d04cadf5
commit 1c76d3cceb
2 changed files with 5 additions and 1 deletions

View 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.

View File

@ -1,4 +1,4 @@
#! /usr/bin/perl -w
#! /usr/bin/env perl
# Copyright (C) 1999, 2000, 2001, 2003, 2010 Free Software Foundation, Inc.