]> Dogcows Code - chaz/tar/blobdiff - bootstrap
Updated
[chaz/tar] / 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.022438 seconds and 4 git commands to generate.