diff options
Diffstat (limited to 'gettext-tools/tests/msgmerge-6')
-rwxr-xr-x | gettext-tools/tests/msgmerge-6 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gettext-tools/tests/msgmerge-6 b/gettext-tools/tests/msgmerge-6 index 1d07320..9b66bc7 100755 --- a/gettext-tools/tests/msgmerge-6 +++ b/gettext-tools/tests/msgmerge-6 @@ -55,8 +55,8 @@ EOF : ${MSGMERGE=msgmerge} LC_MESSAGES=C LC_ALL= \ -${MSGMERGE} -q -o mm-test6.tmp mm-test6.in1.po mm-test6.in2.po || exit 1 -LC_ALL=C tr -d '\r' < mm-test6.tmp > mm-test6.out || exit 1 +${MSGMERGE} -q -o mm-test6.tmp mm-test6.in1.po mm-test6.in2.po || Exit 1 +LC_ALL=C tr -d '\r' < mm-test6.tmp > mm-test6.out || Exit 1 cat <<\EOF > mm-test6.ok # SOME DESCRIPTIVE TITLE. |