From c2552c6c40aaf946025573ec48e1f612e8399118 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Fri, 4 Nov 2005 07:38:23 +0000 Subject: [PATCH] Fix quoting in help output. (update_po): Use backward-compatible wget option --cache instead of deprecated -C to accomodate for wget 1.10. Changes proposed by Eric Blake --- bootstrap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bootstrap b/bootstrap index d113f5a..9b62069 100755 --- a/bootstrap +++ b/bootstrap @@ -52,7 +52,7 @@ usage() { --no-po Do not download po files. --update-po[=LANG] Update po file(s) and exit. -If the file `.bootstrap' exists in the current working directory, its +If the file \`.bootstrap' exists in the current working directory, its contents is read, comments and empty lines removed, shell variables expanded and the result is prepended to the command line options. @@ -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 && -- 2.44.0