diff options
Diffstat (limited to 'docs/installer/update.sh')
-rwxr-xr-x | docs/installer/update.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/installer/update.sh b/docs/installer/update.sh index 740d10fc..c993fe8e 100755 --- a/docs/installer/update.sh +++ b/docs/installer/update.sh @@ -10,6 +10,6 @@ if [[ $POFILE == "" ]]; then done else echo -n $1".po: " - msgmerge --update $1.po help.pot && \ + msgmerge --backup=none --update $1.po help.pot && \ msgfmt -o /dev/null --statistics --check $1.po fi |