- Notifications
You must be signed in to change notification settings - Fork5
Commitf0c08ae
committed
Remove 'optimization' to skip resolve_symlinks() when the found
executable file isn't itself a symlink. We still need to run thealgorithm so that any directory symlinks in the path to theexecutable are replaced by a true path. Noticed this on seeingpg_config give me a completely wrong answer for --pkglibdir whenI called it through a symlink to the installation bindir.1 parentbad4897 commitf0c08ae
1 file changed
+7
-8
lines changedLines changed: 7 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
| 12 | + | |
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
| |||
272 | 272 |
| |
273 | 273 |
| |
274 | 274 |
| |
275 |
| - | |
276 |
| - | |
| 275 | + | |
277 | 276 |
| |
278 | 277 |
| |
279 | 278 |
| |
| |||
290 | 289 |
| |
291 | 290 |
| |
292 | 291 |
| |
293 |
| - | |
294 |
| - | |
295 |
| - | |
296 |
| - | |
297 |
| - | |
298 | 292 |
| |
299 | 293 |
| |
300 | 294 |
| |
301 | 295 |
| |
302 | 296 |
| |
303 | 297 |
| |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
304 | 303 |
| |
305 | 304 |
| |
306 | 305 |
| |
|
0 commit comments
Comments
(0)