Browse Source

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

3d-gussner 1 năm trước cách đây
mục cha
commit
a01c19cade
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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"