diff options
Diffstat (limited to 'gettext-tools/tests/msgconv-1')
-rwxr-xr-x | gettext-tools/tests/msgconv-1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gettext-tools/tests/msgconv-1 b/gettext-tools/tests/msgconv-1 index 148f982..810e37d 100755 --- a/gettext-tools/tests/msgconv-1 +++ b/gettext-tools/tests/msgconv-1 @@ -18,7 +18,7 @@ msgstr "此功能需要恰好指定兩個輸入檔" EOF : ${MSGCONV=msgconv} -${MSGCONV} --to-code=UTF-8 -o mco-test1.out mco-test1.po || exit 1 +${MSGCONV} --to-code=UTF-8 -o mco-test1.out mco-test1.po || Exit 1 cat <<\EOF > mco-test1.ok # Chinese translation for GNU gettext messages. |