瀏覽代碼

Change backup suffix from `~` to `.bak`

3d-gussner 1 年之前
父節點
當前提交
a01c19cade
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lang/update-po.sh

+ 1 - 1
lang/update-po.sh

@@ -7,7 +7,7 @@ for file in $FILES; do
     dos2unix "$file"
 
     # merge from the template
-    msgmerge -U -s -N "$file" po/Firmware.pot
+    msgmerge -U -s -N --suffix=".bak" "$file" po/Firmware.pot
 
     # ... and back
     unix2dos "$file"