mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
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.
|
# Split the input file on any runs of '\' and whitespace.
|
||||||
for (split(/[\s\\]+/m, <STDIN>)) {
|
for (split(/[\s\\]+/m, <STDIN>)) {
|
||||||
/^(\/)?[^:]+(\:)?$/;
|
/^(\/)?[^:]+(\:)?$/;
|
||||||
print ">>$& $src"
|
|
||||||
# Save target and continue if this item ends in ':'
|
# Save target and continue if this item ends in ':'
|
||||||
if (!($2 && ($target=$&))) {
|
if (!($2 && ($target=$&))) {
|
||||||
$src = $&;
|
$src = $&;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue