From: Ulrich Drepper Date: Tue, 16 Jul 2002 04:50:56 +0000 (+0000) Subject: Pass -f option to msgfmt. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92716118919f802e007e4198425ecb11c4523a6b;p=thirdparty%2Fglibc.git Pass -f option to msgfmt. --- diff --git a/intl/tst-gettext.sh b/intl/tst-gettext.sh index 3c7ccc392e3..91abd38d956 100755 --- a/intl/tst-gettext.sh +++ b/intl/tst-gettext.sh @@ -49,9 +49,9 @@ test -d ${objpfx}localedir/existing-locale/LC_MESSAGES || { # Populate them. msgfmt -o ${objpfx}domaindir/existing-locale/LC_MESSAGES/existing-domain.mo \ - ../po/de.po + -f ../po/de.po msgfmt -o ${objpfx}domaindir/existing-locale/LC_TIME/existing-time-domain.mo \ - ../po/de.po + -f ../po/de.po GCONV_PATH=${common_objpfx}iconvdata export GCONV_PATH