Josip Gracin <[EMAIL PROTECTED]> wrote:

> Stephen Lau wrote:
> > Josip: Compliant with what standard?
>
> 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.

The line: '#!/bin/sh' is not POSIX

POSIX is a source standard and does not deal with path names at all.

POSIX requires that you get a POSIX shell if you type "sh" after you
did setup a POSIX compliant PATH (a PATH that has been retrieved via

getconf PATH

Jörg

-- 
 EMail:[EMAIL PROTECTED] (home) Jörg Schilling D-13353 Berlin
       [EMAIL PROTECTED]                (uni)  
       [EMAIL PROTECTED]     (work) Blog: http://schily.blogspot.com/
 URL:  http://cdrecord.berlios.de/old/private/ ftp://ftp.berlios.de/pub/schily
_______________________________________________
opensolaris-discuss mailing list
[email protected]

Reply via email to