X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/ebbabed8bb971d3e17e3188e55310f99429a456f..0cb0a30142224785c73b545b6729b1d5b8892fca:/scripts/installation_check.pl diff --git a/scripts/installation_check.pl b/scripts/installation_check.pl index 40e312f1b..72f060540 100755 --- a/scripts/installation_check.pl +++ b/scripts/installation_check.pl @@ -42,7 +42,6 @@ my %check; Getopt::Long::Configure ("bundling"); GetOptions( "v|verbose" => \ my $v, - "V|no-verbose" => \ my $nv, "a|all" => \ $check{a}, "o|optional!" => \ $check{o}, "d|devel!" => \ $check{d}, @@ -60,15 +59,6 @@ my %install_methods = ( cpan => { key => 'name', install => "sudo cpan", system => "CPAN" }, ); -# verbos is default -if ( $v && $nv ){ - $v = 1; -}elsif ($nv){ - undef $v; -}else{ - $v = 1; -} - # if nothing is requested check "required" my $default_run; if (!defined $check{a} @@ -344,13 +334,9 @@ Probe for LaTeX documentclasses and packages in master templates. Don't probe for LaTeX document classes and packages in master templates. (Useful in combination with --all) -=item C<-v, --verbose> - -Print additional info for missing dependancies (enabled by default) - -=item C<-V, --no-verbose> +=item C<-v. --verbose> -Disable verbosity +Print additional info for missing dependancies =item C<-i, --install>