summaryrefslogtreecommitdiff
path: root/tools/genlang
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-10-14 09:11:48 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-10-14 09:11:48 +0000
commit1d7c10468fecc8a5d3ca0690f7287c9a95356faf (patch)
tree758a2c3eae6813ecdd4ce698c51ed82c0a912934 /tools/genlang
parent36069b35068da3318cc9a8115a1d9ccda4faddeb (diff)
downloadrockbox-1d7c10468fecc8a5d3ca0690f7287c9a95356faf.tar.gz
rockbox-1d7c10468fecc8a5d3ca0690f7287c9a95356faf.zip
hm, it needs to be correct perl syntax too
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2609 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools/genlang')
-rwxr-xr-xtools/genlang2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/genlang b/tools/genlang
index e3dbe5584c..927855895c 100755
--- a/tools/genlang
+++ b/tools/genlang
@@ -71,7 +71,7 @@ while(<LANG>) {
71 if($var eq "new") { 71 if($var eq "new") {
72 # the last one for a single phrase 72 # the last one for a single phrase
73 73
74 if(!$value || ($value eq \"\") ) { 74 if(!$value || ($value eq "\"\"") ) {
75 # if not set, get the english version 75 # if not set, get the english version
76 $value = $set{'eng'}; 76 $value = $set{'eng'};
77 } 77 }