From: Rob H. <for...@us...> - 2002-08-15 03:36:10
|
Update of /cvsroot/sandweb/sandweb/lib/SandWeb In directory usw-pr-cvs1:/tmp/cvs-serv23883/lib/SandWeb Modified Files: Shell.pm Log Message: hmm.. stripping characters is bad for binaries :) Index: Shell.pm =================================================================== RCS file: /cvsroot/sandweb/sandweb/lib/SandWeb/Shell.pm,v retrieving revision 1.18 retrieving revision 1.19 diff -U2 -r1.18 -r1.19 --- Shell.pm 14 Jul 2002 08:31:37 -0000 1.18 +++ Shell.pm 15 Aug 2002 03:36:07 -0000 1.19 @@ -141,5 +141,4 @@ } - $output =~ s/\r/\n/g; my $error_message; if ($error) { |