]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
cijobs: pick up circleci configure lines better
authorDaniel Stenberg <daniel@haxx.se>
Mon, 14 Feb 2022 08:48:05 +0000 (09:48 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 14 Feb 2022 08:48:05 +0000 (09:48 +0100)
scripts/cijobs.pl

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