]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Clean up correctly.
authorBruno Haible <bruno@clisp.org>
Mon, 17 Dec 2001 11:37:09 +0000 (11:37 +0000)
committerBruno Haible <bruno@clisp.org>
Sun, 21 Jun 2009 21:45:24 +0000 (23:45 +0200)
tests/ChangeLog
tests/msgfmt-1
tests/msgfmt-2

index d4bc1e16d39aaaaf212be8e6653ccfd8ca47507d..da58c7ead6541f1c098feb85b10f1ba0298128f5 100644 (file)
@@ -1,3 +1,8 @@
+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.
index d4c3a42eadad7bdc0325d16a01909077e1648305..23242d0aad63fca46db6f256dbcf9c3af15eb478 100755 (executable)
@@ -49,6 +49,7 @@ EOF
 # 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
 
index 5b385bb67ea0b63423e0c5c0d1e3bf91d21bc99c..c2d09185fd95fdcf77455cc25c64a2712b36ce6d 100755 (executable)
@@ -64,6 +64,7 @@ EOF
 # 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