diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2021-03-05 10:08:16 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2021-03-05 10:08:16 +0900 |
commit | 0fd98397eab07f1ec3b1fad9890fd751298e1fe0 (patch) | |
tree | 2e6a21730db1973ea7b81847dbb181ce9c8cd2ce /po/Rules-quot | |
parent | 24d4e855d95e02a5324c2f3d88cfd5cd19830c2c (diff) | |
download | wget-0fd98397eab07f1ec3b1fad9890fd751298e1fe0.tar.gz wget-0fd98397eab07f1ec3b1fad9890fd751298e1fe0.tar.bz2 wget-0fd98397eab07f1ec3b1fad9890fd751298e1fe0.zip |
Imported Upstream version 1.17.1upstream/1.17.1
Diffstat (limited to 'po/Rules-quot')
-rw-r--r-- | po/Rules-quot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Rules-quot b/po/Rules-quot index 9c2a995..af52487 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 \ |