X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/5a9adcc5f18c0e487ccba4d7c30cd022e7de4ecc..5011c474a13a569438c7cbcf13ec20190be3b6fc:/scripts/installation_check.pl diff --git a/scripts/installation_check.pl b/scripts/installation_check.pl index 2535a2c37..df2ac3fac 100755 --- a/scripts/installation_check.pl +++ b/scripts/installation_check.pl @@ -208,6 +208,7 @@ sub check_pdfinfo { my $shell_out = `pdfinfo -v 2>&1 | grep version 2> /dev/null`; my ($label,$vers,$ver_string) = split / /,$shell_out; if ( $label && $label eq 'pdfinfo' ) { + chop $ver_string; print_line($line, $ver_string, 'green'); } else { print_line($line, 'not installed','red');