>Here's the situation.  The software that I've mentioned contains several 
>  scripts to build itself.  Those scripts are XPG4 compliant and they 
>have  '#!/bin/sh' as their first line.  The scripts use some features 
>that Solaris's /bin/sh does not grok.


You could make the first line of the scripts:

        #!/usr/bin/env sh

and set $PATH to find the proper shell.

Casper
_______________________________________________
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org

Reply via email to