forked from len0rd/rockbox
Only print convbdf command if running in verbose mode.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18111 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
ca61b5b948
commit
45290b42e7
1 changed files with 1 additions and 1 deletions
|
|
@ -208,7 +208,7 @@ sub buildzip {
|
||||||
mkdir ".rockbox/fonts", 0777;
|
mkdir ".rockbox/fonts", 0777;
|
||||||
chdir(".rockbox/fonts");
|
chdir(".rockbox/fonts");
|
||||||
$cmd = "$ROOT/tools/convbdf -f $ROOT/fonts/*bdf >/dev/null 2>&1";
|
$cmd = "$ROOT/tools/convbdf -f $ROOT/fonts/*bdf >/dev/null 2>&1";
|
||||||
print($cmd);
|
print($cmd."\n") if $verbose;
|
||||||
system($cmd);
|
system($cmd);
|
||||||
chdir("../../");
|
chdir("../../");
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue