[EMAIL PROTECTED] wrote:
I can't be sure what make does, but if a script is executable and starts
with ":" or even just "#" the shell will fail the exec and will run
the script with $SHELL script.

Indeed, this is one solution! If I remove #! from all scripts, determine the XPG4-compliant shell depending on the platform, and set it in Makefile via SHELL variable, everything should work.

It is not a perfect solution, but it might cover an additional set of use-case scenarios.

Thanks!

_______________________________________________
opensolaris-discuss mailing list
[email protected]

Reply via email to