Skip to content

Commit

Permalink
Merge pull request #915 from ocaml/shellopts-igncr
Browse files Browse the repository at this point in the history
Set SHELLOPTS=igncr on Windows
  • Loading branch information
smorimoto authored Dec 23, 2024
2 parents 93316be + 56ad2ed commit 07776c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions packages/setup-ocaml/src/installer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ export async function installer() {
core.exportVariable("CYGWIN", "winsymlinks:native");
core.exportVariable("HOME", process.env.USERPROFILE);
core.exportVariable("MSYS", "winsymlinks:native");
core.exportVariable("SHELLOPTS", "igncr");
await core.group(
"Change the file system behaviour parameters",
async () => {
Expand Down

0 comments on commit 07776c8

Please sign in to comment.