fix xgettext invocation

This commit is contained in:
Ian Lance Taylor 1998-05-06 18:30:34 +00:00
parent ee66b572a8
commit 6711d1ef23

View file

@ -503,6 +503,6 @@ if [ -n "${safe}" -a ! -f po/.Recover/opcodes.pot ]; then
fi
# If this fails, Sanitization must fail.
xgettext -c -k_ -kN_ -f po/POTFILES.in -o po/opcodes.pot || exit 1
xgettext -C -c -k_ -kN_ -f po/POTFILES.in -o po/opcodes.pot || exit 1
# End of file.