Skip to content

Commit

Permalink
Rename trunk -> master (forgot one)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ede123 committed Aug 4, 2017
1 parent aa439d6 commit ca735d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lang_update_po.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

if msgmerge --version > /dev/null; then
for folder in 0.91 0.92 trunk; do
for folder in 0.91 0.92 master; do
cd $folder
if msgmerge de.po inkscape.pot > de_new.po; then
mv -f de_new.po de.po
Expand Down

0 comments on commit ca735d2

Please sign in to comment.