On Wed, 25 Jan 2012 16:08:07 -0600
Doug Poland articulated:
> Hello,
>
> I'm trying port some shell scripts to FreeBSD that were originally
> written on Darwin (OS X).
>
> The issue I'm having is the shebang line of the scripts in OS X is
> #!/bin/sh, and it turns out that is really an instance
>> On Wed, 25 Jan 2012 16:08:07 -0600,
>> "Doug Poland" said:
D> I'm trying port some shell scripts to FreeBSD that were originally
D> written on Darwin (OS X). The issue I'm having is the shebang line of
D> the scripts in OS X is #!/bin/sh, and it turns out that is really an
D> instance of bas
On Jan 25, 2012, at 8:13 PM, Chuck Swiger wrote:
> Hi--
>
> On Jan 25, 2012, at 7:24 PM, Da Rock wrote:
>> On 01/26/12 12:55, Doug Poland wrote:
>>> This gets me closer, but the scripts behave differently now on OS X. For
>>> example, printf's don't output the same.
>>
>> Try searching on goo
On Jan 25, 2012, at 5:08 PM, Doug Poland wrote:
> Hello,
>
> I'm trying port some shell scripts to FreeBSD that were originally
> written on Darwin (OS X).
>
> The issue I'm having is the shebang line of the scripts in OS X is
> #!/bin/sh, and it turns out that is really an instance of bash, an
Hi--
On Jan 25, 2012, at 7:24 PM, Da Rock wrote:
> On 01/26/12 12:55, Doug Poland wrote:
>> This gets me closer, but the scripts behave differently now on OS X. For
>> example, printf's don't output the same.
>
> Try searching on google and find out exactly what sh MacOSX is using. Then
> you'
On 01/26/12 12:55, Doug Poland wrote:
On Jan 25, 2012, at 18:04 , Chuck Swiger wrote:
On Jan 25, 2012, at 2:08 PM, Doug Poland wrote:
The issue I'm having is the shebang line of the scripts in OS X is
#!/bin/sh, and it turns out that is really an instance of bash, and
the code contains some ba
On Jan 25, 2012, at 18:04 , Chuck Swiger wrote:
> On Jan 25, 2012, at 2:08 PM, Doug Poland wrote:
>> The issue I'm having is the shebang line of the scripts in OS X is
>> #!/bin/sh, and it turns out that is really an instance of bash, and
>> the code contains some bashisms. On FreeBSD I have bas
On Wed, 25 Jan 2012, Doug Poland wrote:
I'm trying port some shell scripts to FreeBSD that were originally
written on Darwin (OS X).
The issue I'm having is the shebang line of the scripts in OS X is
#!/bin/sh, and it turns out that is really an instance of bash, and
the code contains some bash
On Jan 25, 2012, at 2:08 PM, Doug Poland wrote:
> The issue I'm having is the shebang line of the scripts in OS X is
> #!/bin/sh, and it turns out that is really an instance of bash, and
> the code contains some bashisms. On FreeBSD I have bash in
> /usr/local/bin/bash.
>
> Is there an "easy/best
On 01/26/12 08:08, Doug Poland wrote:
Hello,
I'm trying port some shell scripts to FreeBSD that were originally
written on Darwin (OS X).
The issue I'm having is the shebang line of the scripts in OS X is
#!/bin/sh, and it turns out that is really an instance of bash, and
the code contains some
10 matches
Mail list logo