Skip to content

Commit 708ff62

Browse files
committed
shell matters
1 parent d768a7d commit 708ff62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ninja.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ function ocamlDepForBscAsync(files, dir, depsMap) {
599599
const mlfile = path.join(tmpdir, mlname);
600600
cp.execSync(`${bsc_exe} -dsource -only-parse ${f} 2>${mlfile}`, {
601601
cwd: dir,
602-
shell: "true",
602+
shell: true,
603603
encoding: "ascii",
604604
});
605605
mlfiles.push(mlfile);

0 commit comments

Comments
 (0)