Commit d2a1909
committed
Fix configure warning showing binary path instead of directory for PATH
The "Please ensure that <path> is in your path" warnings emitted when
the configure script cannot create a symlink were showing the path to
the quarto binary itself, but PATH expects a directory. Use
config.directoryInfo.bin so the warning reports the directory users
should add to PATH.
Closes #144261 parent 9b985d0 commit d2a1909
1 file changed
Lines changed: 2 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
130 | | - | |
131 | | - | |
| 129 | + | |
132 | 130 | | |
133 | 131 | | |
134 | 132 | | |
135 | 133 | | |
136 | 134 | | |
137 | 135 | | |
138 | 136 | | |
139 | | - | |
140 | | - | |
141 | | - | |
| 137 | + | |
142 | 138 | | |
143 | 139 | | |
144 | 140 | | |
| |||
0 commit comments