summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2007-06-26 08:44:59 +0000
committerDaniel Stenberg <daniel@haxx.se>2007-06-26 08:44:59 +0000
commitfcd3a49b50b15097bb3f7bc34ba022abce19184f (patch)
treed1047aef19cd9fe32e7aab1c6a85c61a124600a1
parent7fb0f71668ac574efc7e0f2b8b85d603eb24ea2a (diff)
downloadrockbox-fcd3a49b50b15097bb3f7bc34ba022abce19184f.tar.gz
rockbox-fcd3a49b50b15097bb3f7bc34ba022abce19184f.zip
attempt to fix -u
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13721 a1c6a512-1295-4272-9138-f99709370657
-rwxr-xr-xtools/genlang4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/genlang b/tools/genlang
index e20ed637d1..965c187f81 100755
--- a/tools/genlang
+++ b/tools/genlang
@@ -232,7 +232,9 @@ if($english) {
232 232
233 print STDERR "DEST: \"$dest\" for $name / $id\n"; 233 print STDERR "DEST: \"$dest\" for $name / $id\n";
234 234
235 if($dest && ($dest ne "none")) { 235 if($update || ($dest && ($dest ne "none"))) {
236 # we unconditionally always use all IDs when the "update"
237 # feature is used
236 $id = $maybeid; 238 $id = $maybeid;
237 print STDERR "DEST: use this id $id\n"; 239 print STDERR "DEST: use this id $id\n";
238 } 240 }