Merge branch 'master' of vc.linet-services.de:public/lx-office-erp
authorSven Schöling <s.schoeling@linet-services.de>
Thu, 19 Jan 2012 10:14:03 +0000 (11:14 +0100)
committerSven Schöling <s.schoeling@linet-services.de>
Thu, 19 Jan 2012 10:14:03 +0000 (11:14 +0100)
scripts/installation_check.pl

index c132310..03b0ae5 100755 (executable)
@@ -194,10 +194,7 @@ sub print_result {
 
 sub print_line {
   my ($text, $res, $color) = @_;
-  print $text, " ", ('.' x (78 - length($text) - length($res)));
-  print mycolor($res, $color);
-  print "\n";
-  return;
+  print $text, " ", ('.' x (78 - length($text) - length($res))), " ", mycolor($res, $color), $/;
 }
 
 sub print_header {