From: Sven Schöling Date: Fri, 10 Jan 2014 14:35:15 +0000 (+0100) Subject: Revert "./scripts/installation_check.pl" X-Git-Tag: release-3.1.0beta1~22^2~12 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=0cb0a30142224785c73b545b6729b1d5b8892fca;p=kivitendo-erp.git Revert "./scripts/installation_check.pl" This reverts commit 1f8989f79f9bfe310ca98b6047d15079ad225773. Nach Absprache im IRC reverte ich den. Den Spruch in der Standardausgabe passe ich gleich noch an. --- 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>