Page MenuHomeFreeBSD

D15263.id42382.diff
No OneTemporary

D15263.id42382.diff

Index: head/share/mk/doc.translate.mk
===================================================================
--- head/share/mk/doc.translate.mk
+++ head/share/mk/doc.translate.mk
@@ -68,9 +68,9 @@
.if exists(${PO_LANG}.po)
@${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
- @${RM} ${PO_LANG}.po.tmp
+ @${MSGATTRIB} --no-obsolete -o ${PO_LANG}.po.tmp ${PO_LANG}.po.new
+ @${RM} ${PO_LANG}.po.new
+ @${MV} ${PO_LANG}.po.tmp ${PO_LANG}.po
.else
@${ECHO} "${PO_LANG}.po created, please check and correct the settings in the header"
@${MV} ${PO_LANG}.po.tmp ${PO_LANG}.po

File Metadata

Mime Type
text/plain
Expires
Sun, Aug 23, 8:40 AM (2 h, 28 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
36998480
Default Alt Text
D15263.id42382.diff (738 B)

Event Timeline