cijobs: pick up circleci configure lines better

This commit is contained in:
Daniel Stenberg 2022-02-14 09:48:05 +01:00
parent 67857c022d
commit 663296c6b5
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -348,7 +348,7 @@ sub circle {
if($_ =~ /^ ([^ ]*):/) {
$cmdname = $1;
}
elsif($_ =~ /^ .\/configure (.*)/) {
elsif($_ =~ /^ .*.\/configure (.*)/) {
$cmd{$cmdname}=$1;
}
}