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