TW-1588: Fix broken export scripts
This commit is contained in:
@@ -46,7 +46,7 @@ if ($command =~ /No matches/)
|
||||
|
||||
# Generate output.
|
||||
print "<tasks>\n";
|
||||
for my $task (split /,$/ms, qx{$command})
|
||||
for my $task (split "\n", qx{$command})
|
||||
{
|
||||
my $data = from_json ($task);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user