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

« back to all changes in this revision

Viewing changes to gettext-tools/tests/xgettext-sh-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:
14
14
: ${XGETTEXT=xgettext}
15
15
${XGETTEXT} --omit-header --no-location -d xg-sh-3.tmp xg-sh-3.sh
16
16
test $? = 0 || { rm -fr $tmpfiles; exit 1; }
17
 
tr -d '\r' < xg-sh-3.tmp.po > xg-sh-3.po
 
17
LC_ALL=C tr -d '\r' < xg-sh-3.tmp.po > xg-sh-3.po
18
18
test $? = 0 || { rm -fr $tmpfiles; exit 1; }
19
19
 
20
20
tmpfiles="$tmpfiles xg-sh-3.ok"