Half-fix voice and manual build scripts
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26523 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
69dce7cc2d
commit
8592924f9c
2 changed files with 4 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
|||
|
||||
$version="3.0";
|
||||
|
||||
require "tools/builds.pm";
|
||||
|
||||
my $verbose;
|
||||
if($ARGV[0] eq "-v") {
|
||||
$verbose =1;
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
|
||||
$version="3.0";
|
||||
|
||||
require "tools/builds.pm";
|
||||
|
||||
my $verbose;
|
||||
if($ARGV[0] eq "-v") {
|
||||
$verbose =1;
|
||||
|
|
Loading…
Reference in a new issue