exec_check function fails if a symbolic link is present
jacobrh91 opened this issue · 1 comments
jacobrh91 commented
Right now, the exec_check function just sees if the path to an executable exists and is a file, but fails if it is a link that points to the real file.
This is an easy fix. I'll do it now. Just making an Issue for documentation purposes
jacobrh91 commented
Will close ticket after feature has been tested