https://bugs.koozali.org/show_bug.cgi?id=12084

--- Comment #11 from John Crisp <[email protected]> ---
OK, so I tried this

next if ( $s =~ /^(rsync|sent|total size is|File list)/ );

Fail.

Modified to a simple if like this which works.

if ( $s =~ /^(rsync|sent|total size is|File list)/ ){

Patch to be attached - I'll submit a build shortly.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/

Reply via email to