diff options
Diffstat (limited to 'gettext-tools/tests/msgcat-13')
-rwxr-xr-x | gettext-tools/tests/msgcat-13 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gettext-tools/tests/msgcat-13 b/gettext-tools/tests/msgcat-13 index 9f972eb..44d7658 100755 --- a/gettext-tools/tests/msgcat-13 +++ b/gettext-tools/tests/msgcat-13 @@ -67,8 +67,8 @@ EOF rm -f mcat-test13.tmp : ${MSGCAT=msgcat} -${MSGCAT} -o mcat-test13.tmp mcat-test13.in1 mcat-test13.in2 || exit 1 -LC_ALL=C tr -d '\r' < mcat-test13.tmp > mcat-test13.out || exit 1 +${MSGCAT} -o mcat-test13.tmp mcat-test13.in1 mcat-test13.in2 || Exit 1 +LC_ALL=C tr -d '\r' < mcat-test13.tmp > mcat-test13.out || Exit 1 cat <<\EOF > mcat-test13.ok msgid "" |