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