diff options
Diffstat (limited to 'gettext-tools/tests/xgettext-librep-2')
-rwxr-xr-x | gettext-tools/tests/xgettext-librep-2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gettext-tools/tests/xgettext-librep-2 b/gettext-tools/tests/xgettext-librep-2 index 13c62f7..72b3c15 100755 --- a/gettext-tools/tests/xgettext-librep-2 +++ b/gettext-tools/tests/xgettext-librep-2 @@ -18,7 +18,7 @@ tmpfiles="$tmpfiles xg-lr-2.tmp.po xg-lr-2.po" ${XGETTEXT} --add-comments --omit-header --no-location --keyword=_ \ -d xg-lr-2.tmp xg-lr-2.jl test $? = 0 || { rm -fr $tmpfiles; exit 1; } -tr -d '\r' < xg-lr-2.tmp.po > xg-lr-2.po +LC_ALL=C tr -d '\r' < xg-lr-2.tmp.po > xg-lr-2.po test $? = 0 || { rm -fr $tmpfiles; exit 1; } tmpfiles="$tmpfiles xg-lr-2.ok" |