This repository was archived by the owner on Dec 5, 2024. It is now read-only.
Commit 8310c7e
committed
Fix how the git install and executable paths are set
We want the GitExecutablePath to reflect where the binary was found,
and the GitInstallPath to reflect where it is installed. When the
binary is a symlink (like /usr/local/bin/git -> ../Cellar/git/2.12.2/bin/git),
this means GitExecutablePath will have /usr/local/bin/git and
GitInstallPath will have /usr/local/Cellar/git/2.12.2/bin1 parent b78d62c commit 8310c7e
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | | - | |
| 148 | + | |
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
| 123 | + | |
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| |||
0 commit comments