diff options
author | Karl Berry <karl@freefriends.org> | 2013-07-22 23:43:41 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-07-22 23:43:41 +0000 |
commit | 554e64ea47473a9546624706ff8fc84a952fed66 (patch) | |
tree | e4d7ec35e3b1d5b6d135735471fe177c2416bebb /Build/source/extra/xz/po/Rules-quot | |
parent | 730f0f077f73f09896b995953daad44d73895172 (diff) |
xz 5.0.5
git-svn-id: svn://tug.org/texlive/trunk@31269 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/extra/xz/po/Rules-quot')
-rw-r--r-- | Build/source/extra/xz/po/Rules-quot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/extra/xz/po/Rules-quot b/Build/source/extra/xz/po/Rules-quot index 9c2a995e300..af5248792a7 100644 --- a/Build/source/extra/xz/po/Rules-quot +++ b/Build/source/extra/xz/po/Rules-quot @@ -20,7 +20,7 @@ en@boldquot.po-update: en@boldquot.po-update-en ll=`echo $$lang | sed -e 's/@.*//'`; \ LC_ALL=C; export LC_ALL; \ cd $(srcdir); \ - if $(MSGINIT) -i $(DOMAIN).pot --no-translator -l $$ll -o - 2>/dev/null | sed -f $$tmpdir/$$lang.insert-header | $(MSGCONV) -t UTF-8 | $(MSGFILTER) sed -f `echo $$lang | sed -e 's/.*@//'`.sed 2>/dev/null > $$tmpdir/$$lang.new.po; then \ + if $(MSGINIT) -i $(DOMAIN).pot --no-translator -l $$lang -o - 2>/dev/null | sed -f $$tmpdir/$$lang.insert-header | $(MSGCONV) -t UTF-8 | $(MSGFILTER) sed -f `echo $$lang | sed -e 's/.*@//'`.sed 2>/dev/null > $$tmpdir/$$lang.new.po; then \ if cmp $$lang.po $$tmpdir/$$lang.new.po >/dev/null 2>&1; then \ rm -f $$tmpdir/$$lang.new.po; \ else \ |