This commit is contained in:
Viktor Szakats 2026-06-13 00:35:09 +02:00
parent 1ff63dde7d
commit f58547735c
No known key found for this signature in database
5 changed files with 7 additions and 7 deletions

View file

@ -28,7 +28,7 @@ use List::Util qw/shuffle/;
my @disable;
sub getoptions {
my @all = `./configure --help`;
my @all = qx(./configure --help);
for my $o (@all) {
chomp $o;
if($o =~ /(--disable-[^ ]*)/) {