diff options
Diffstat (limited to 'gettext-tools/tests/xgettext-c-18')
-rwxr-xr-x | gettext-tools/tests/xgettext-c-18 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gettext-tools/tests/xgettext-c-18 b/gettext-tools/tests/xgettext-c-18 index deac1f0..6efb217 100755 --- a/gettext-tools/tests/xgettext-c-18 +++ b/gettext-tools/tests/xgettext-c-18 @@ -12,8 +12,8 @@ if (days > 7 && days < 14) EOF : ${XGETTEXT=xgettext} -${XGETTEXT} --omit-header --no-location -d xg-c-18.tmp xg-c-18.c || exit 1 -LC_ALL=C tr -d '\r' < xg-c-18.tmp.po > xg-c-18.po || exit 1 +${XGETTEXT} --omit-header --no-location -d xg-c-18.tmp xg-c-18.c || Exit 1 +LC_ALL=C tr -d '\r' < xg-c-18.tmp.po > xg-c-18.po || Exit 1 cat <<EOF > xg-c-18.ok #, c-format, range: 1..6 |