installation_check: -a/--all fixen
authorMoritz Bunkus <m.bunkus@linet-services.de>
Fri, 24 Apr 2015 12:44:00 +0000 (14:44 +0200)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Fri, 24 Apr 2015 12:44:00 +0000 (14:44 +0200)
scripts/installation_check.pl

index 1b64573..43b290a 100755 (executable)
@@ -71,9 +71,7 @@ if (!defined $check{a}
 }
 
 if ($check{a}) {
-  foreach my $check (keys %check) {
-    $check{$check} = 1 unless defined $check{$check};
-  }
+  $check{$_} //= 1 for qw(o d l r);
 }