Skip to content

Commit 07776c8

Browse files
authored
Merge pull request #915 from ocaml/shellopts-igncr
Set SHELLOPTS=igncr on Windows
2 parents 93316be + 56ad2ed commit 07776c8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

dist/index.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/setup-ocaml/src/installer.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ export async function installer() {
4747
core.exportVariable("CYGWIN", "winsymlinks:native");
4848
core.exportVariable("HOME", process.env.USERPROFILE);
4949
core.exportVariable("MSYS", "winsymlinks:native");
50+
core.exportVariable("SHELLOPTS", "igncr");
5051
await core.group(
5152
"Change the file system behaviour parameters",
5253
async () => {

0 commit comments

Comments
 (0)