projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d774e4
)
installation_check: doppelte sub "check_pdfinfo" entfernt
author
Bernd Bleßmann
<bernd@kivitendo-premium.de>
Tue, 9 May 2017 21:51:27 +0000
(23:51 +0200)
committer
Bernd Bleßmann
<bernd@kivitendo-premium.de>
Tue, 9 May 2017 22:05:30 +0000
(
00:05
+0200)
scripts/installation_check.pl
patch
|
blob
|
history
diff --git
a/scripts/installation_check.pl
b/scripts/installation_check.pl
index
94751b9
..
2535a2c
100755
(executable)
--- a/
scripts/installation_check.pl
+++ b/
scripts/installation_check.pl
@@
-202,19
+202,6
@@
sub kpsewhich {
EOL
}
}
-sub check_pdfinfo {
- my $line = "Looking for pdfinfo executable";
- 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' ) {
- print_line($line, $ver_string, 'green');
- } else {
- print_line($line, 'not installed','red');
- my %modinfo = ( name => 'pdfinfo' );
- push @missing_modules, \%modinfo;
-
- }
-}
sub check_pdfinfo {
my $line = "Looking for pdfinfo executable";