]> wagnertech.de Git - mfinanz.git/blobdiff - scripts/installation_check.pl
installcheck: Spacing der Ausgabe korrigiert.
[mfinanz.git] / scripts / installation_check.pl
index c132310ec58a54edb5b6aa45ff2a43b163abdce3..03b0ae57445b72a9736795e830e72b6e25eefbe0 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 {