diff options
Diffstat (limited to 'gettext-tools/tests/xgettext-c-21')
-rwxr-xr-x | gettext-tools/tests/xgettext-c-21 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gettext-tools/tests/xgettext-c-21 b/gettext-tools/tests/xgettext-c-21 index 4fdcfe9..c96b3c9 100755 --- a/gettext-tools/tests/xgettext-c-21 +++ b/gettext-tools/tests/xgettext-c-21 @@ -7,8 +7,8 @@ ${XGETTEXT} --add-comments --no-location --no-wrap \ -o - "$abs_srcdir"/xg-c-21.c \ - | grep -v 'POT-Creation-Date' > xg-c-21.tmp.po || exit 1 -LC_ALL=C tr -d '\r' < xg-c-21.tmp.po > xg-c-21.po || exit 1 + | grep -v 'POT-Creation-Date' > xg-c-21.tmp.po || Exit 1 +LC_ALL=C tr -d '\r' < xg-c-21.tmp.po > xg-c-21.po || Exit 1 cat <<\EOF > xg-c-21.ok # SOME DESCRIPTIVE TITLE. |