Revision 3695e979
Von Sven Schöling vor fast 13 Jahren hinzugefügt
scripts/installation_check.pl | ||
---|---|---|
194 | 194 |
|
195 | 195 |
sub print_line { |
196 | 196 |
my ($text, $res, $color) = @_; |
197 |
print $text, " ", ('.' x (78 - length($text) - length($res))); |
|
198 |
print mycolor($res, $color); |
|
199 |
print "\n"; |
|
200 |
return; |
|
197 |
print $text, " ", ('.' x (78 - length($text) - length($res))), " ", mycolor($res, $color), $/; |
|
201 | 198 |
} |
202 | 199 |
|
203 | 200 |
sub print_header { |
Auch abrufbar als: Unified diff
installcheck: Spacing der Ausgabe korrigiert.