Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[plugins] fix mangled command filenames collisions
- Command filenames collisions must be tested tested against absolute path, not relative. Otherwise false positive results about no collisions are returned. - If collision happens for long filenames, ensure that appending ".1" or similar does not exceed the max filename length. Resolves: #1684 Signed-off-by: Pavel Moravec <[email protected]>
- Loading branch information