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

--- Comment #2 from John Crisp <[email protected]> ---
Likely in this section from the rsyncoutput:


729             foreach my $s ( split( /[\r\n]/, $rsyncOutput ) ) {
730                 next if ( $s =~ /(^rsync)|(^sent)|(^total size is)|(^File
list)/ );
731                 my @p = split( /:/, $s );
732                 ( my $key = $p[0] ) =~ s/\b(\w)/\U$1/g;    # first char
uppercase
733                 $key =~ s/ //g;
734                 ( my $val = trim( $p[1] ) ) =~ s/ .*$//;
735     
736     #### ajout AG pour enlever les virgules générées par rsync3
737                 $val =~ s/,//g;
738     ##### fin des modifs AG

-- 
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