]> Dogcows Code - chaz/tar/commitdiff
Updated
authorSergey Poznyakoff <gray@gnu.org.ua>
Fri, 4 Nov 2005 12:41:25 +0000 (12:41 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Fri, 4 Nov 2005 12:41:25 +0000 (12:41 +0000)
bootstrap

index 9b62069d34419eb33cf51891f5c7945dcd0ca669..2afc661991aae58d9921a9f14c5810db73cf4716 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -76,7 +76,7 @@ update_po() {
     echo "$0: getting translations into po..."
     (cd po &&
      rm -f dummy `ls | sed -n '/\.gmo$/p; /\.po/p'` &&
-      wget -nv -nd -r -l 1 -A .po -C off $TP_URL &&
+      wget -nv -nd -r -l 1 -A .po --cache off $TP_URL &&
       rm -f index.html index.html.[0-9]*
       ls *.po | sed 's/\.po$//' >LINGUAS
     ) || exit
This page took 0.020835 seconds and 4 git commands to generate.