aboutsummaryrefslogtreecommitdiffstats
path: root/docs/installer/update.sh
diff options
context:
space:
mode:
Diffstat (limited to 'docs/installer/update.sh')
-rwxr-xr-xdocs/installer/update.sh2
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