X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/9ba3a010bca395410803067324c1924cabf956b4..4347f0dfd8aa1e4c54a08f26e2d8eb5d489d41b2:/scripts/installation_check.pl 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 {