X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=scripts%2Finstallation_check.pl;h=03b0ae57445b72a9736795e830e72b6e25eefbe0;hb=3695e9792d1b25757e80ffd894a80cd849aa2b67;hp=c132310ec58a54edb5b6aa45ff2a43b163abdce3;hpb=c5dd616c7b24d70644615628af9b18274329f942;p=kivitendo-erp.git diff --git a/scripts/installation_check.pl b/scripts/installation_check.pl index c132310ec..03b0ae574 100755 --- a/scripts/installation_check.pl +++ b/scripts/installation_check.pl @@ -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 {