Page MenuHomeFreeBSD

D15263.id42052.diff
No OneTemporary

D15263.id42052.diff

Index: share/mk/doc.translate.mk
===================================================================
--- share/mk/doc.translate.mk
+++ 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
+ @${MV} ${PO_LANG}.po.tmp ${PO_LANG}.po
+ @${RM} ${PO_LANG}.po.new
.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, 3:28 PM (9 h, 16 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
37146555
Default Alt Text
D15263.id42052.diff (723 B)

Event Timeline