Commit 10711d3
refactor: simplify resolve_execroot_bin_path condition
The exec_path == target_path guard was redundant: when the two paths are
identical (same exec/target platform), [ -e "$exec_path" ] produces the
same result as [ -e "$target_path" ], so the caller gets the correct
path either way.
Co-Authored-By: Claude Sonnet 4.6 <[email protected]>1 parent b8f486e commit 10711d3
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments