diff options
Diffstat (limited to 'gettext-tools/tests/msgmerge-compendium-2')
-rwxr-xr-x | gettext-tools/tests/msgmerge-compendium-2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gettext-tools/tests/msgmerge-compendium-2 b/gettext-tools/tests/msgmerge-compendium-2 index cace4b6..650075c 100755 --- a/gettext-tools/tests/msgmerge-compendium-2 +++ b/gettext-tools/tests/msgmerge-compendium-2 @@ -26,8 +26,8 @@ msgstr "" EOF : ${MSGMERGE=msgmerge} -${MSGMERGE} -q -C mm-c-2.com -o mm-c-2.tmp mm-c-2.in1 mm-c-2.pot || exit 1 -LC_ALL=C tr -d '\r' < mm-c-2.tmp > mm-c-2.out || exit 1 +${MSGMERGE} -q -C mm-c-2.com -o mm-c-2.tmp mm-c-2.in1 mm-c-2.pot || Exit 1 +LC_ALL=C tr -d '\r' < mm-c-2.tmp > mm-c-2.out || Exit 1 cat << EOF > mm-c-2.ok #: file.c:123 |