We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7ed290b + 98bdd31 commit e29cb26Copy full SHA for e29cb26
guide/src/examples/windows-scripting.md
@@ -52,7 +52,7 @@ cargo check 2>&1 | grep E0642
52
This can be run with:
53
54
```sh
55
-cargo-bisect-rustc --script "C:\\Program Files\\Git\\user\\bin\\bash.exe" -- ./test.sh
+cargo-bisect-rustc --script "C:\\Program Files\\Git\\usr\\bin\\bash.exe" -- ./test.sh
56
```
57
58
This also works if you have bash from something like msys2 installed.
0 commit comments