echo -> @${ECHO}

This commit is contained in:
Wolfram Schneider 2017-10-12 15:20:47 +00:00
parent 36b10d75a9
commit c5dbc10ef2
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=51114

View file

@ -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