From 0cb0a30142224785c73b545b6729b1d5b8892fca Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Fri, 10 Jan 2014 15:35:15 +0100 Subject: [PATCH] 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. --- scripts/installation_check.pl | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) 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> -- 2.20.1