From: Bruno Haible Date: Fri, 11 Feb 2005 21:56:50 +0000 (+0000) Subject: Fix wget command. X-Git-Tag: v0.14.2~56 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=131cd2408b9bc69e2c0aea2fb47af90e53e21bd2;p=thirdparty%2Fgettext.git Fix wget command. --- diff --git a/Admin/release-steps b/Admin/release-steps index 3f79ebffd..8951098bc 100644 --- a/Admin/release-steps +++ b/Admin/release-steps @@ -5,8 +5,8 @@ Tasks not to forget before release: - Update config.guess and config.sub from ftp://ftp.gnu.org/pub/gnu/config/. now from - wget http://savannah.gnu.org/cgi-bin/viewcvs/config/config/config.guess?rev=HEAD&content-type=text/plain - wget http://savannah.gnu.org/cgi-bin/viewcvs/config/config/config.sub?rev=HEAD&content-type=text/plain + wget 'http://savannah.gnu.org/cgi-bin/viewcvs/config/config/config.guess?rev=HEAD&content-type=text/plain' + wget 'http://savannah.gnu.org/cgi-bin/viewcvs/config/config/config.sub?rev=HEAD&content-type=text/plain' - Update gettext-runtime/intl/locale.alias from glibc's intl/locale.alias. - Update {gettext-tools/lib,gettext-runtime/intl}/{localcharset.h,localcharset.c,config.charset} from libcharset inside libiconv.