diff options
Diffstat (limited to 'gettext-tools/tests/msgmerge-update-1')
-rwxr-xr-x | gettext-tools/tests/msgmerge-update-1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gettext-tools/tests/msgmerge-update-1 b/gettext-tools/tests/msgmerge-update-1 index 4a77882..11f072a 100755 --- a/gettext-tools/tests/msgmerge-update-1 +++ b/gettext-tools/tests/msgmerge-update-1 @@ -59,7 +59,7 @@ EOF cp mm-u-1.po mm-u-1.bak : ${MSGMERGE=msgmerge} -${MSGMERGE} -q --update mm-u-1.po mm-u-1.pot || exit 1 +${MSGMERGE} -q --update mm-u-1.po mm-u-1.pot || Exit 1 : ${DIFF=diff} ${DIFF} mm-u-1.bak mm-u-1.po |