~ubuntu-branches/ubuntu/utopic/gettext/utopic

« back to all changes in this revision

Viewing changes to gettext-tools/tests/xgettext-php-3

  • Committer: Colin Watson
  • Date: 2010-08-01 21:36:08 UTC
  • mfrom: (2.1.10 sid)
  • Revision ID: cjwatson@canonical.com-20100801213608-yy7vkm8lpatep3ci
merge from Debian 0.18.1.1-1

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
${XGETTEXT} --add-comments --omit-header --no-location --keyword=_ \
21
21
  -d xg-ph-3.tmp xg-ph-3.php
22
22
test $? = 0 || { rm -fr $tmpfiles; exit 1; }
23
 
tr -d '\r' < xg-ph-3.tmp.po > xg-ph-3.po
 
23
LC_ALL=C tr -d '\r' < xg-ph-3.tmp.po > xg-ph-3.po
24
24
test $? = 0 || { rm -fr $tmpfiles; exit 1; }
25
25
 
26
26
tmpfiles="$tmpfiles xg-ph-3.ok"