Commit ed85e10
committed
Add additional check on EACCES on Linux when considering possible paths
EACCES can be something that comes back from execve() for reasons
related to permissions, or file type. Instead of failing due to the
underlying error, just continue to the next possible path.1 parent 76ca132 commit ed85e10
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
| 110 | + | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| |||
0 commit comments