Skip to content

Commit

Permalink
scons: pass --backup=none --previous -U to msgmerge
Browse files Browse the repository at this point in the history
  • Loading branch information
loonycyborg committed Mar 5, 2016
1 parent 44a84e7 commit 8bff482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scons/gettext.py
Expand Up @@ -21,7 +21,7 @@ def generate(env):

env["MSGMERGE"] = WhereIs("msgmerge")
msgmerge = Builder(
action = "$MSGMERGE $TARGET $SOURCE -o $TARGET",
action = "$MSGMERGE --backup=none --previous -U $TARGET $SOURCE",
src_suffix = ".pot",
suffix = ".po",
single_source = True
Expand Down

0 comments on commit 8bff482

Please sign in to comment.