diff options
Diffstat (limited to 'gettext-tools/tests/xgettext-c-5')
-rwxr-xr-x | gettext-tools/tests/xgettext-c-5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gettext-tools/tests/xgettext-c-5 b/gettext-tools/tests/xgettext-c-5 index 14c90fe..ffe142a 100755 --- a/gettext-tools/tests/xgettext-c-5 +++ b/gettext-tools/tests/xgettext-c-5 @@ -8,8 +8,8 @@ main(){printf(gettext/*puke*/(/*barf*/"Hello, " "World!" "\n")); } EOF : ${XGETTEXT=xgettext} -${XGETTEXT} --omit-header --no-location --add-comments -d xg-c-5.tmp xg-c-5.in.cc || exit 1 -LC_ALL=C tr -d '\r' < xg-c-5.tmp.po > xg-c-5.po || exit 1 +${XGETTEXT} --omit-header --no-location --add-comments -d xg-c-5.tmp xg-c-5.in.cc || Exit 1 +LC_ALL=C tr -d '\r' < xg-c-5.tmp.po > xg-c-5.po || Exit 1 cat <<EOF > xg-c-5.ok #. puke |