Skip to content

Commit 6916ba5

Browse files
committed
shell not needed?
1 parent eee40b1 commit 6916ba5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/ninja.js

-1
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,6 @@ 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,
603602
encoding: "ascii",
604603
});
605604
mlfiles.push(mlfile);

0 commit comments

Comments
 (0)