Skip to content

When an executable can't be found in the default location, the script at...

Thomas Maurel requested to merge github/fork/thomasmaurel/master into master

...tempt to find it using the UNIX locate command which return a wrong path location. I've updated the locate command to the UNIX find command. This now return the expected executable location (if specified in the PATH variable)

Merge request reports