diff options
Diffstat (limited to 'gettext-tools/tests/xgettext-ycp-3')
-rwxr-xr-x | gettext-tools/tests/xgettext-ycp-3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gettext-tools/tests/xgettext-ycp-3 b/gettext-tools/tests/xgettext-ycp-3 index 6325db6..bb0f014 100755 --- a/gettext-tools/tests/xgettext-ycp-3 +++ b/gettext-tools/tests/xgettext-ycp-3 @@ -11,8 +11,8 @@ print (_("John\n" EOF : ${XGETTEXT=xgettext} -${XGETTEXT} --omit-header --no-location -d xg-y-3.tmp xg-y-3.ycp || exit 1 -LC_ALL=C tr -d '\r' < xg-y-3.tmp.po > xg-y-3.po || exit 1 +${XGETTEXT} --omit-header --no-location -d xg-y-3.tmp xg-y-3.ycp || Exit 1 +LC_ALL=C tr -d '\r' < xg-y-3.tmp.po > xg-y-3.po || Exit 1 cat <<\EOF > xg-y-3.ok msgid "" |