]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Fix typo.
authorBruno Haible <bruno@clisp.org>
Mon, 17 Dec 2001 19:13:54 +0000 (19:13 +0000)
committerBruno Haible <bruno@clisp.org>
Sun, 21 Jun 2009 21:49:20 +0000 (23:49 +0200)
tests/ChangeLog
tests/lang-pascal

index bdf7d0b83fc1114a29095fd6a3ee9cd5977019a7..d0025240e05844cb17b53446482eb6abe9623c9c 100644 (file)
@@ -1,6 +1,7 @@
 2001-12-17  Bruno Haible  <bruno@clisp.org>
 
        * lang-objc: If the locale couldn't be set, skip the test.
+       * lang-pascal: Fix typo.
 
 2001-12-16  Bruno Haible  <bruno@clisp.org>
 
index 5fa760b14b21028e48be5327434f8da86cb42f9e..55934ee047c6c2389149730baef96f1d42fe8c2f 100755 (executable)
@@ -25,7 +25,7 @@ end.
 EOF
 
 tmpfiles="$tmpfiles prog.o prog.rst prog"
-ppc386 prog.pp >/dev/null 2>&1 || { echo "SKIP: lang-pascal"; rm -fr $tmpfiles exit 77; }
+ppc386 prog.pp >/dev/null 2>&1 || { echo "SKIP: lang-pascal"; rm -fr $tmpfiles; exit 77; }
 
 tmpfiles="$tmpfiles prog.pot"
 : ${XGETTEXT=xgettext}