mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-22 02:09:28 +00:00
Fixing array type error.
This commit is contained in:
parent
440c8e9895
commit
5b5e7a49f5
@ -85,8 +85,12 @@ sub find_scrape_data {
|
||||
# Strip off the TinderboxPrint: part of the line
|
||||
chomp;
|
||||
s/.*TinderboxPrint://;
|
||||
|
||||
# No longer use ; to create separate lines.
|
||||
#@line = split(';', $_);
|
||||
push(@rv, $_);
|
||||
|
||||
$line[0] = $_;
|
||||
push(@rv, @line);
|
||||
}
|
||||
}
|
||||
return @rv;
|
||||
|
Loading…
x
Reference in New Issue
Block a user