about summary refs log tree commit diff
path: root/intl/tst-gettext.sh
diff options
context:
space:
mode:
Diffstat (limited to 'intl/tst-gettext.sh')
-rwxr-xr-xintl/tst-gettext.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/intl/tst-gettext.sh b/intl/tst-gettext.sh
index 3c7ccc392e..91abd38d95 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