I need to run a Make script that invokes a shell script.
I can run the shell script directly as root but when running make on the makefile (still as roo
Adding execution permission to the file Group rather that the file User fixed the issue.
PS: I wonder why? It seems the Make utility run shell scripts not with the same user that started Make...