I have a custom application who's path is included in the PATH variable. It executes all okay when I use the windows command prompt
I open cmd and I type myapp and I can see the results. However, when I use git bash to run the same command, I get an error - bad interpreter: No such file or directory.
Do I have do anything different to add the application to the PATH variable for git bash? Or am I doing something wrong?