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