>> I have several standard-compliant shell scripts.
>> These scripts use
>> #!/bin/sh'. However, since /bin/sh on Solaris is not
>>
>> standard-compliant, these scripts fail.
>
>How very interesting. Would you please list what exactly is it that fails,
>best with the snippets
of code that fail?
But first tell us what exactly is standards complaint about:
#!/bin/sh
Probably, if you want to run standard complaint scripts, you'd start them
of with:
:
(a colon on a single line)
This should cause them to be executed by the shell in a POSIX compliant
environment when executed by a POSIX compliant shell.
Casper
_______________________________________________
opensolaris-discuss mailing list
[email protected]