From: Rob H. <for...@us...> - 2002-08-15 08:00:20
|
Update of /cvsroot/sandweb/sandweb/lib/SandWeb/Repository In directory usw-pr-cvs1:/tmp/cvs-serv13195/lib/SandWeb/Repository Modified Files: cvs.pm Log Message: lib/SandWeb/Repository/cvs.pm Index: cvs.pm =================================================================== RCS file: /cvsroot/sandweb/sandweb/lib/SandWeb/Repository/cvs.pm,v retrieving revision 1.28 retrieving revision 1.29 diff -U2 -r1.28 -r1.29 --- cvs.pm 24 Jun 2002 20:39:25 -0000 1.28 +++ cvs.pm 15 Aug 2002 08:00:16 -0000 1.29 @@ -646,4 +646,5 @@ my $raw_output = $return{'output'}; + $raw_output =~ s/\r/\n/g; my @lined_output = split(/\n/, $raw_output); |