https://bugs.koozali.org/show_bug.cgi?id=12084
--- Comment #10 from John Crisp <[email protected]> ---
Doesn't like the 'next if' part
I can rewrite that section to just use if.
You can modify the test script attached like this to see:
foreach my $s ( split( /[\r\n]/, $rsyncOutput ) ) {
# next if ( $s =~ /(^rsync)|(^sent)|(^total size is)|(^File list)/ );
if ( $s =~ /(^rsync)|(^sent)|(^total size is)|(^File list)/ ){
print "S is $s\n";
}
}
--
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/