From: Bruno Haible Date: Mon, 17 Dec 2001 19:13:54 +0000 (+0000) Subject: Fix typo. X-Git-Tag: v0.11~168 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c01a0388fdc0aeb3e2dbd9fedca2f7a8c6a14ffd;p=thirdparty%2Fgettext.git Fix typo. --- diff --git a/tests/ChangeLog b/tests/ChangeLog index bdf7d0b83..d0025240e 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,6 +1,7 @@ 2001-12-17 Bruno Haible * lang-objc: If the locale couldn't be set, skip the test. + * lang-pascal: Fix typo. 2001-12-16 Bruno Haible diff --git a/tests/lang-pascal b/tests/lang-pascal index 5fa760b14..55934ee04 100755 --- a/tests/lang-pascal +++ b/tests/lang-pascal @@ -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}