echo -> @${ECHO}
This commit is contained in:
parent
36b10d75a9
commit
c5dbc10ef2
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=51114
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue