Commit 246a044
committed
Prefer the expected path over any old git-bash on Windows
In some environments (e.g. if you're building Chromium from scratch) you
might have a totally unrelated git-bash command in your $PATH. That
breaks terminal interception: with this if git-bash is installed in the
normal way then it'll work regardless.1 parent 6c6249a commit 246a044
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | | - | |
44 | | - | |
| 42 | + | |
45 | 43 | | |
| 44 | + | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
0 commit comments