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