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