Skip to content

Commit 207961a

Browse files
committed
hsawin path fix
1 parent 91afd99 commit 207961a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/composer-adapter/hsawin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ $output = [];
99
$args = implode(' ', $argv);
1010

1111
// execute binary
12-
exec(__DIR__."/../hsa $args", $output);
12+
exec('"'.__DIR__."/../hsa" . '"' . " $args", $output);
1313

1414
// Print output line by line
1515
foreach ($output as $line) {

0 commit comments

Comments
 (0)