svn commit: r51114 - head/share/mk
Wolfram Schneider <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
Author: wosch
Date: Thu Oct 12 15:20:47 2017
New Revision: 51114
URL: https://svnweb.freebsd.org/changeset/doc/51114
Log:
echo -> @${ECHO}
Modified:
head/share/mk/doc.translate.mk
Modified: head/share/mk/doc.translate.mk
==============================================================================
--- head/share/mk/doc.translate.mk Thu Oct 12 15:19:45 2017 (r51113)
+++ head/share/mk/doc.translate.mk Thu Oct 12 15:20:47 2017 (r51114)
@@ -66,7 +66,7 @@ po: ${PO_LANG}.po
${PO_LANG}.po: ${DOC}.translate.xml
${ITSTOOL} -o ${PO_LANG}.po.tmp ${DOC}.translate.xml
.if exists(${PO_LANG}.po)
- echo "${PO_LANG}.po exists, merging"
+ @${ECHO} "${PO_LANG}.po exists, merging"
${MSGMERGE} -o ${PO_LANG}.po.new ${PO_LANG}.po ${PO_LANG}.po.tmp
${MSGATTRIB} --no-obsolete -o ${PO_LANG}.po.new ${PO_LANG}.po
${MV} ${PO_LANG}.po.new ${PO_LANG}.po
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "[email protected]"