From: Bruno Haible Date: Wed, 7 Feb 2001 22:02:38 +0000 (+0000) Subject: Fix previous patch. X-Git-Tag: v0.10.36~152 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee1924ee3ca0cbd5ea112eb9ccebee44c39792d8;p=thirdparty%2Fgettext.git Fix previous patch. --- diff --git a/misc/ChangeLog b/misc/ChangeLog index ab5db78dd..58a5ae017 100644 --- a/misc/ChangeLog +++ b/misc/ChangeLog @@ -1,3 +1,7 @@ +2001-02-07 Bruno Haible + + * gettextize.in: Fix bug in 2000-12-08 patch. + 2001-01-28 Bruno Haible * po-mode.el: Call autoload with 4 arguments. diff --git a/misc/gettextize.in b/misc/gettextize.in index 4eb8fbf96..d57bdf5d6 100644 --- a/misc/gettextize.in +++ b/misc/gettextize.in @@ -1,6 +1,6 @@ #! /bin/sh # -# Copyright (C) 1995, 1996, 1997, 1998, 2000 Free Software Foundation, Inc. +# Copyright (C) 1995-1998, 2000, 2001 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -129,12 +129,6 @@ else } fi -rm -fr intl -mkdir intl || { - $echo "failed to create intl/ subdirectory" - exit 1; -} - test -d po || mkdir po || { $echo "failed to create po/ subdirectory" exit 1