Fix red: broken tools/addtargetdir.pl
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21832 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
668a769ca4
commit
c7e12872a7
1 changed files with 0 additions and 1 deletions
|
@ -23,7 +23,6 @@ my $src;
|
|||
# Split the input file on any runs of '\' and whitespace.
|
||||
for (split(/[\s\\]+/m, <STDIN>)) {
|
||||
/^(\/)?[^:]+(\:)?$/;
|
||||
print ">>$& $src"
|
||||
# Save target and continue if this item ends in ':'
|
||||
if (!($2 && ($target=$&))) {
|
||||
$src = $&;
|
||||
|
|
Loading…
Reference in a new issue