Typo fix by Rafaël Carré
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26539 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
06a98b15bc
commit
d5171cc225
1 changed files with 2 additions and 2 deletions
|
@ -135,8 +135,8 @@ print "cd tools && make\n" if($verbose);
|
||||||
`(cd tools && make ) >/dev/null`;
|
`(cd tools && make ) >/dev/null`;
|
||||||
|
|
||||||
for my $b (&stablebuilds) {
|
for my $b (&stablebuilds) {
|
||||||
my $configname = $builds{b}{configname} ? $builds{b}{configname} : $b;
|
my $configname = $builds{$b}{configname} ? $builds{$b}{configname} : $b;
|
||||||
runone($b, $configname, $builds{b}{ram});
|
runone($b, $configname, $builds{$b}{ram});
|
||||||
}
|
}
|
||||||
|
|
||||||
fonts("fonts", "iaudiox5");
|
fonts("fonts", "iaudiox5");
|
||||||
|
|
Loading…
Reference in a new issue