summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2005-02-11 21:56:50 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:12:13 +0200
commit131cd2408b9bc69e2c0aea2fb47af90e53e21bd2 (patch)
treefc260132860a8e5bec26660104e5b1fe40851c0a
parent96282b2e6b9ed1abc4aadfde677a245009aee246 (diff)
downloadexternal_gettext-131cd2408b9bc69e2c0aea2fb47af90e53e21bd2.zip
external_gettext-131cd2408b9bc69e2c0aea2fb47af90e53e21bd2.tar.gz
external_gettext-131cd2408b9bc69e2c0aea2fb47af90e53e21bd2.tar.bz2
Fix wget command.
-rw-r--r--Admin/release-steps4
1 files changed, 2 insertions, 2 deletions
diff --git a/Admin/release-steps b/Admin/release-steps
index 3f79ebf..8951098 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.