diff options
Diffstat (limited to 'gettext-tools/tests/msgfmt-14')
-rwxr-xr-x | gettext-tools/tests/msgfmt-14 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gettext-tools/tests/msgfmt-14 b/gettext-tools/tests/msgfmt-14 index 3a44ac7..9e30ffe 100755 --- a/gettext-tools/tests/msgfmt-14 +++ b/gettext-tools/tests/msgfmt-14 @@ -49,11 +49,11 @@ msgstr "photocopieur" EOF : ${MSGFMT=msgfmt} -${MSGFMT} -o mf-14.mo mf-14.po || exit 1 +${MSGFMT} -o mf-14.mo mf-14.po || Exit 1 : ${MSGUNFMT=msgunfmt} -${MSGUNFMT} -o mf-14.tmp mf-14.mo || exit 1 -LC_ALL=C tr -d '\r' < mf-14.tmp > mf-14.out || exit 1 +${MSGUNFMT} -o mf-14.tmp mf-14.mo || Exit 1 +LC_ALL=C tr -d '\r' < mf-14.tmp > mf-14.out || Exit 1 cat <<\EOF > mf-14.ok msgid "" |