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 91afd99 commit 207961aCopy full SHA for 207961a
bin/composer-adapter/hsawin
@@ -9,7 +9,7 @@ $output = [];
9
$args = implode(' ', $argv);
10
11
// execute binary
12
-exec(__DIR__."/../hsa $args", $output);
+exec('"'.__DIR__."/../hsa" . '"' . " $args", $output);
13
14
// Print output line by line
15
foreach ($output as $line) {
0 commit comments