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