diff options
Diffstat (limited to 'gettext-tools/tests/msgconv-5')
-rwxr-xr-x | gettext-tools/tests/msgconv-5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gettext-tools/tests/msgconv-5 b/gettext-tools/tests/msgconv-5 index 800805f..4d20384 100755 --- a/gettext-tools/tests/msgconv-5 +++ b/gettext-tools/tests/msgconv-5 @@ -49,8 +49,8 @@ msgstr "photocopieur" EOF : ${MSGCONV=msgconv} -${MSGCONV} --to-code=UTF-8 -o mco-test5.tmp mco-test5.po || exit 1 -LC_ALL=C tr -d '\r' < mco-test5.tmp > mco-test5.out || exit 1 +${MSGCONV} --to-code=UTF-8 -o mco-test5.tmp mco-test5.po || Exit 1 +LC_ALL=C tr -d '\r' < mco-test5.tmp > mco-test5.out || Exit 1 cat <<\EOF > mco-test5.ok msgid "" |