Change backup suffix from `~` to `.bak`
This commit is contained in:
parent
0d7680dbf7
commit
a01c19cade
|
|
@ -7,7 +7,7 @@ for file in $FILES; do
|
||||||
dos2unix "$file"
|
dos2unix "$file"
|
||||||
|
|
||||||
# merge from the template
|
# merge from the template
|
||||||
msgmerge -U -s -N "$file" po/Firmware.pot
|
msgmerge -U -s -N --suffix=".bak" "$file" po/Firmware.pot
|
||||||
|
|
||||||
# ... and back
|
# ... and back
|
||||||
unix2dos "$file"
|
unix2dos "$file"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue