]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Pass -f option to msgfmt.
authorUlrich Drepper <drepper@redhat.com>
Tue, 16 Jul 2002 04:50:56 +0000 (04:50 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 16 Jul 2002 04:50:56 +0000 (04:50 +0000)
intl/tst-gettext.sh

index 3c7ccc392e352a4adec53ab43d074ebd968eeb56..91abd38d95682fdaaf47c7315d63ee8ee1ecfd55 100755 (executable)
@@ -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