@@ -37,7 +37,9 @@ |
||
| 37 | 37 | foreach ($output as $line) { |
| 38 | 38 | if (preg_match_all('/--with-(\S+)/', $line, $matches)) { |
| 39 | 39 | foreach ($matches[1] as $module) { |
| 40 | - if (str_contains($module, '=')) continue; |
|
| 40 | + if (str_contains($module, '=')) { |
|
| 41 | + continue; |
|
| 42 | + } |
|
| 41 | 43 | $modules[] = $module; |
| 42 | 44 | } |
| 43 | 45 | } |