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