[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-tar] bug in bootstrap
From: |
Eric Blake |
Subject: |
Re: [Bug-tar] bug in bootstrap |
Date: |
Fri, 04 Nov 2005 05:36:49 -0700 |
User-agent: |
Mozilla Thunderbird 1.0.2 (Windows/20050317) |
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
According to Sergey Poznyakoff on 11/4/2005 12:35 AM:
> Thank you. It is an elegant solution. However, all versions of wget
> support boolean --cache option, so I think using it is more appropriate:
>
> @@ -71,7 +71,7 @@ update_po() {
> *) POFILE=${1}.po;;
> esac
> echo "$0: getting translation for $1..."
> - wget -r -C off $TP_URL/$POFILE
> + wget -r --cache=off $TP_URL/$POFILE
> else
> echo "$0: getting translations into po..."
> (cd po &&
You missed one. There are two invocations of wget, both of which need to
be fixed in regards to --cache=off.
Also, in the THANKS, I prefer to be listed as address@hidden (not only is it
shorter to type, but it is set up to forward correctly even when I change
ISPs).
- --
Life is short - so eat dessert first!
Eric Blake address@hidden
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (Cygwin)
Comment: Public key at home.comcast.net/~ericblake/eblake.gpg
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFDa1Xg84KuGfSFAYARAv3KAJ0XcJ10bSvSHU0PT5ksFyGAJSfaHQCfYR8y
cqwh1obGCMgHFVdHDfGYXwM=
=LZw8
-----END PGP SIGNATURE-----