summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAndrew Mahone <andrew.mahone@gmail.com>2009-07-13 01:15:39 +0000
committerAndrew Mahone <andrew.mahone@gmail.com>2009-07-13 01:15:39 +0000
commitc7e12872a78c308605752082095925c7cefe3603 (patch)
treebfb832c02177371abe2095a3e9f1ea20e3b30a03 /tools
parent668a769ca4cabdfee54dc53e92a964c32c9738d7 (diff)
downloadrockbox-c7e12872a78c308605752082095925c7cefe3603.tar.gz
rockbox-c7e12872a78c308605752082095925c7cefe3603.zip
Fix red: broken tools/addtargetdir.pl
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21832 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'tools')
-rwxr-xr-xtools/addtargetdir.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/addtargetdir.pl b/tools/addtargetdir.pl
index 2868e9027b..6a9a72a878 100755
--- a/tools/addtargetdir.pl
+++ b/tools/addtargetdir.pl
@@ -23,7 +23,6 @@ my $src;
23# Split the input file on any runs of '\' and whitespace. 23# Split the input file on any runs of '\' and whitespace.
24for (split(/[\s\\]+/m, <STDIN>)) { 24for (split(/[\s\\]+/m, <STDIN>)) {
25 /^(\/)?[^:]+(\:)?$/; 25 /^(\/)?[^:]+(\:)?$/;
26print ">>$& $src"
27# Save target and continue if this item ends in ':' 26# Save target and continue if this item ends in ':'
28 if (!($2 && ($target=$&))) { 27 if (!($2 && ($target=$&))) {
29 $src = $&; 28 $src = $&;