forked from len0rd/rockbox
Fix bins.pl to use the gloabl builds.pm listing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24345 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f15d041c48
commit
7a50f6f274
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
#!/usr/bin/perl
|
#!/usr/bin/perl
|
||||||
|
$version="3.5RC";
|
||||||
|
|
||||||
$version="3.0";
|
require "tools/builds.pm";
|
||||||
|
|
||||||
my $verbose;
|
my $verbose;
|
||||||
if($ARGV[0] eq "-v") {
|
if($ARGV[0] eq "-v") {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue