[freeside-commits] freeside/FS/FS/part_export shellcommands.pm, 1.65, 1.66

Ivan,,, ivan at wavetail.420.am
Sat Feb 11 17:40:43 PST 2012


Update of /home/cvs/cvsroot/freeside/FS/FS/part_export
In directory wavetail.420.am:/tmp/cvs-serv17519

Modified Files:
	shellcommands.pm 
Log Message:
apply shellcommands ignored_errors regexen to STDOUT as well as STDERR, RT#15347

Index: shellcommands.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/part_export/shellcommands.pm,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -w -d -r1.65 -r1.66
--- shellcommands.pm	12 Feb 2012 01:40:14 -0000	1.65
+++ shellcommands.pm	12 Feb 2012 01:40:41 -0000	1.66
@@ -508,8 +508,6 @@
     }
     $output =~ s/[\s\n]//g;
     $errput =~ s/[\s\n]//g;
-    chomp($output);
-    chomp($errput);
   }
 
   die $errput if $errput;



More information about the freeside-commits mailing list