From 3695e9792d1b25757e80ffd894a80cd849aa2b67 Mon Sep 17 00:00:00 2001
From: =?utf8?q?Sven=20Sch=C3=B6ling?= <s.schoeling@linet-services.de>
Date: Wed, 18 Jan 2012 17:17:04 +0100
Subject: [PATCH] installcheck: Spacing der Ausgabe korrigiert.

---
 scripts/installation_check.pl | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

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 {
-- 
2.20.1