diff options
Diffstat (limited to 'gettext-tools/tests/msgmerge-4')
-rwxr-xr-x | gettext-tools/tests/msgmerge-4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gettext-tools/tests/msgmerge-4 b/gettext-tools/tests/msgmerge-4 index df23377..423ea08 100755 --- a/gettext-tools/tests/msgmerge-4 +++ b/gettext-tools/tests/msgmerge-4 @@ -25,8 +25,8 @@ msgstr "" EOF : ${MSGMERGE=msgmerge} -${MSGMERGE} -q -o mm-test4.tmp mm-test4.in1.po mm-test4.in2.po || exit 1 -LC_ALL=C tr -d '\r' < mm-test4.tmp > mm-test4.out || exit 1 +${MSGMERGE} -q -o mm-test4.tmp mm-test4.in1.po mm-test4.in2.po || Exit 1 +LC_ALL=C tr -d '\r' < mm-test4.tmp > mm-test4.out || Exit 1 cat <<EOF > mm-test4.ok msgid "one" |