Half-fix voice and manual build scripts

git-svn-id: svn://svn.rockbox.org/rockbox/branches/v3_6@26522 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Frank Gevaerts 2010-06-03 20:48:32 +00:00
parent db8b1c2420
commit 565631fd7b
2 changed files with 4 additions and 0 deletions

View file

@ -2,6 +2,8 @@
$version="3.6";
require "tools/builds.pm";
my $verbose;
if($ARGV[0] eq "-v") {
$verbose =1;

View file

@ -2,6 +2,8 @@
$version="3.6";
require "tools/builds.pm";
my $verbose;
if($ARGV[0] eq "-v") {
$verbose =1;