diff options
Diffstat (limited to 'gettext-tools/tests/msgcat-20')
-rwxr-xr-x | gettext-tools/tests/msgcat-20 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gettext-tools/tests/msgcat-20 b/gettext-tools/tests/msgcat-20 index 2960fb6..8685f65 100755 --- a/gettext-tools/tests/msgcat-20 +++ b/gettext-tools/tests/msgcat-20 @@ -30,8 +30,8 @@ msgstr "4" EOF : ${MSGCAT=msgcat} -${MSGCAT} --sort-by-file -o mcat-test20.tmp mcat-test20.in || exit 1 -LC_ALL=C tr -d '\r' < mcat-test20.tmp > mcat-test20.out || exit 1 +${MSGCAT} --sort-by-file -o mcat-test20.tmp mcat-test20.in || Exit 1 +LC_ALL=C tr -d '\r' < mcat-test20.tmp > mcat-test20.out || Exit 1 cat << EOF > mcat-test20.ok #: clients/inst_language.ycp:103 |