-----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 [EMAIL PROTECTED] (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             [EMAIL PROTECTED]
-----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-----


_______________________________________________
Bug-tar mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-tar

Reply via email to