1
0
Fork 0
forked from len0rd/rockbox

Make genlang output correct .lng files when the 'none' keyword is used but is not all lowercase

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13971 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Nils Wallménius 2007-07-24 18:49:33 +00:00
parent 4382ac84ac
commit 90ccc336b4

View file

@ -232,7 +232,7 @@ if($english) {
print STDERR "DEST: \"$dest\" for $name / $id\n"; print STDERR "DEST: \"$dest\" for $name / $id\n";
if($update || ($dest && ($dest ne "none"))) { if($update || ($dest && ($dest !~ /^none\z/i))) {
# we unconditionally always use all IDs when the "update" # we unconditionally always use all IDs when the "update"
# feature is used # feature is used
$id = $maybeid; $id = $maybeid;