Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 0cb0a301

Von Sven Schöling vor fast 11 Jahren hinzugefügt

  • ID 0cb0a30142224785c73b545b6729b1d5b8892fca
  • Vorgänger ebbabed8
  • Nachfolger 53a78ccf

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.

Unterschiede anzeigen:

scripts/installation_check.pl
42 42
Getopt::Long::Configure ("bundling");
43 43
GetOptions(
44 44
  "v|verbose"   => \ my $v,
45
  "V|no-verbose"   => \ my $nv,
46 45
  "a|all"       => \ $check{a},
47 46
  "o|optional!" => \ $check{o},
48 47
  "d|devel!"    => \ $check{d},
......
60 59
  cpan   => { key => 'name',   install => "sudo cpan",            system => "CPAN" },
61 60
);
62 61

  
63
# verbos is default
64
if ( $v && $nv ){
65
  $v = 1;
66
}elsif ($nv){
67
  undef $v;
68
}else{
69
  $v = 1;
70
}
71

  
72 62
# if nothing is requested check "required"
73 63
my $default_run;
74 64
if (!defined $check{a}
......
344 334

  
345 335
Don't probe for LaTeX document classes and packages in master templates. (Useful in combination with --all)
346 336

  
347
=item C<-v, --verbose>
348

  
349
Print additional info for missing dependancies (enabled by default)
350

  
351
=item C<-V, --no-verbose>
337
=item C<-v. --verbose>
352 338

  
353
Disable verbosity
339
Print additional info for missing dependancies
354 340

  
355 341
=item C<-i, --install>
356 342

  

Auch abrufbar als: Unified diff