bug-tar
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-tar] bug in bootstrap


From: Sergey Poznyakoff
Subject: Re: [Bug-tar] bug in bootstrap
Date: Fri, 04 Nov 2005 09:35:13 EET

Eric Blake <address@hidden> 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
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]