Revision d951ddcd
Von Moritz Bunkus vor fast 10 Jahren hinzugefügt
scripts/installation_check.pl | ||
---|---|---|
71 | 71 |
} |
72 | 72 |
|
73 | 73 |
if ($check{a}) { |
74 |
foreach my $check (keys %check) { |
|
75 |
$check{$check} = 1 unless defined $check{$check}; |
|
76 |
} |
|
74 |
$check{$_} //= 1 for qw(o d l r); |
|
77 | 75 |
} |
78 | 76 |
|
79 | 77 |
|
Auch abrufbar als: Unified diff
installation_check: -a/--all fixen