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