diff options
Diffstat (limited to 'gettext-tools/tests/xgettext-php-4')
-rwxr-xr-x | gettext-tools/tests/xgettext-php-4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gettext-tools/tests/xgettext-php-4 b/gettext-tools/tests/xgettext-php-4 index 8edb553..842ad31 100755 --- a/gettext-tools/tests/xgettext-php-4 +++ b/gettext-tools/tests/xgettext-php-4 @@ -16,8 +16,8 @@ EOF : ${XGETTEXT=xgettext} ${XGETTEXT} --omit-header --no-location --extract-all \ - -d xg-ph-4.tmp xg-ph-4.php || exit 1 -LC_ALL=C tr -d '\r' < xg-ph-4.tmp.po > xg-ph-4.po || exit 1 + -d xg-ph-4.tmp xg-ph-4.php || Exit 1 +LC_ALL=C tr -d '\r' < xg-ph-4.tmp.po > xg-ph-4.po || Exit 1 cat <<EOF > xg-ph-4.ok msgid "foobar" |