+2001-12-15 Bruno Haible <bruno@clisp.org>
+
+ * msgfmt-1: Remove temporary files in case of error.
+ * msgfmt-2: Likewise.
+
2001-12-15 Bruno Haible <bruno@clisp.org>
* msgfmt-10: New file.
# Without use of msgcat, expect a "duplicate message definition" error.
: ${MSGFMT=msgfmt}
if ${MSGFMT} module1.po module2.po -o LC_MESSAGES/gen.mo 2> /dev/null; then
+ rm -fr $tmpfiles
exit 1
fi
# Without use of msgcat, expect a "duplicate message definition" error.
: ${MSGFMT=msgfmt}
if ${MSGFMT} module1.po module2.po -o LC_MESSAGES/gen.mo 2> /dev/null; then
+ rm -fr $tmpfiles
exit 1
fi