Roland Mainz wrote:
> [EMAIL PROTECTED] wrote:
> > >Is there a way to change the shells {/bin/sh, /bin/ksh} used to build ON
> > >to an alternative set of {sh, ksh}-shells for testing ? I am seeking for
> > >a way to do that without having to replace the system versions (which
> > >would likely cause trouble in a multiuser environment) ?
> >
> > Most likely to work:
> >
> >         SHELL=/your/shell
> >
> > added to usr/src/Makefile.master
> >
> > But that will not influence uses of system().
> 
> One option would be to write a patch which changes all scripts within on
> from
> -- snip --
> #!/bin/sh
> -- snip --
> to
> -- snip --
> #!/bin/env sh
> -- snip --
> which would then pick-up the first occurence of "sh" in ${PATH}. Would
> this be an acceptable change ?

Keith/Casper: Would that be OK for you ?

----

Bye,
Roland

-- 
  __ .  . __
 (o.\ \/ /.o) [EMAIL PROTECTED]
  \__\/\/__/  MPEG specialist, C&&JAVA&&Sun&&Unix programmer
  /O /==\ O\  TEL +49 641 7950090
 (;O/ \/ \O;)
_______________________________________________
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org

Reply via email to