Skip to content

Commit

Permalink
crazy hacky
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-olszewski committed Dec 13, 2024
1 parent 4507a1c commit b4d27c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/prysk/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ execSync(

const flags = [
isWindows
? "--prysk-shell=$(cygpath -w $(which bash))"
: "--prysk-shell=$(which bash)",
? "--prysk-shell=C:\\Program Files\\Git\\bin\\bash.EXE"
: "--prysk-shell=bash",
process.env.PRYSK_INTERACTIVE === "true" ? "--interactive" : "",
isWindows ? "--prysk-dos2unix=true" : "",
].join(" ");
Expand Down

0 comments on commit b4d27c1

Please sign in to comment.