We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e0efff commit 4743346Copy full SHA for 4743346
src/Utils/CommandTool
@@ -40,6 +40,8 @@ class CommandTool
40
$instance = static::make();
41
42
$extraDirs = array_merge($instance->defaultExtraDirs, $extraDirs);
43
+
44
+ $extraDirs = array_map(fn ($dir) => rtrim($dir, '/'), $extraDirs);
45
46
return $instance->executableFinder->find($name, null, $extraDirs);
47
}
0 commit comments