diff options
Diffstat (limited to 'gettext-tools/tests/xgettext-python-2')
-rwxr-xr-x | gettext-tools/tests/xgettext-python-2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gettext-tools/tests/xgettext-python-2 b/gettext-tools/tests/xgettext-python-2 index 5f071d4..2b3d739 100755 --- a/gettext-tools/tests/xgettext-python-2 +++ b/gettext-tools/tests/xgettext-python-2 @@ -21,8 +21,8 @@ EOF : ${XGETTEXT=xgettext} ${XGETTEXT} --omit-header --no-location --add-comments=TRANSLATORS: \ - -d xg-py-2.tmp xg-py-2.py || exit 1 -LC_ALL=C tr -d '\r' < xg-py-2.tmp.po > xg-py-2.po || exit 1 + -d xg-py-2.tmp xg-py-2.py || Exit 1 +LC_ALL=C tr -d '\r' < xg-py-2.tmp.po > xg-py-2.po || Exit 1 cat <<EOF > xg-py-2.ok msgid "help" |