aboutsummaryrefslogtreecommitdiffstats
path: root/po/Rules-quot
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2010-12-22 21:22:41 +0200
committerArnold D. Robbins <arnold@skeeve.com>2010-12-22 21:22:41 +0200
commit6362ed6d5eb6b2315cd735e0b51d64b11531131a (patch)
tree3948d9d2e4c5aa1a64be0c15d7ca0dfcf21ebd3f /po/Rules-quot
parentd7a2e93c812a2760fbdac2d643ac1cfea01e93b1 (diff)
downloadegawk-6362ed6d5eb6b2315cd735e0b51d64b11531131a.tar.gz
egawk-6362ed6d5eb6b2315cd735e0b51d64b11531131a.tar.bz2
egawk-6362ed6d5eb6b2315cd735e0b51d64b11531131a.zip
Update to gettext 0.18.1.
Diffstat (limited to 'po/Rules-quot')
-rw-r--r--po/Rules-quot2
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Rules-quot b/po/Rules-quot
index 9c2a995e..af524879 100644
--- a/po/Rules-quot
+++ b/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 \