Eric Blake <[EMAIL PROTECTED]> wrote:

>       * bootstrap (update_po): Accomodate wget 1.10.

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 &&


 Regards,
 Sergey
 


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

Reply via email to