delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2003/08/05/18:11:56

Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
Message-ID: <3F302B25.5050406@pusspaws.net>
Date: Tue, 05 Aug 2003 23:09:41 +0100
From: David Selby <cygwin AT pusspaws DOT net>
Reply-To: cygwin AT pusspaws DOT net
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3.1) Gecko/20030425
X-Accept-Language: en-us, en
MIME-Version: 1.0
CC: cygwin AT cygwin DOT com
Subject: Re: Now I understand !
References: <Pine DOT GSO DOT 4 DOT 44 DOT 0308051626120 DOT 1949-100000 AT slinky DOT cs DOT nyu DOT edu> <3F301633 DOT 2020205 AT pusspaws DOT net>
In-Reply-To: <3F301633.2020205@pusspaws.net>

David Selby wrote:

> Igor Pechtchanski wrote:
>
>> On Tue, 5 Aug 2003, David Selby wrote:
>>
>>
>>
>>> Randall R Schulz wrote:
>>>
>>>
>>>> David,
>>>>
>>>> At 12:28 2003-08-05, David Selby wrote:
>>>>
>>>>
>>>>> I have hit a problem with bash ... as a sample program I have ...
>>>>>
>>>> Your problem is that /bin/sh is ash, not BASH. To get BASH, use 
>>>> /bin/bash
>>>>
>>>>
>>>>
>>>>> #!/bin/sh
>>>>>
>>>>> Dave
>>>>>
>>> You are dead right, I tried
>>>
>>> /bin/bash <script>
>>>
>>> and it worked perfectly, but I am afraid I do not understand why ...
>>> echo $BASH_VERSION
>>> Tells me I have bash
>>>
>>
>> Yes, because it's inherited from the parent shell environment, most
>> likely (or you're running the above command from bash). You do have bash
>> installed, but as /bin/bash, *not* /bin/sh.
>>
>>
>>
>>> I call cygwin with ...
>>> c:\cygwin\win\rxvt.exe -e \bin\bash --login -i
>>> ie bash
>>>
>>
>> Yes, you explicitly invoke bash.
>>
>>
>>
>>> Where did ash (a stripped down bash?) come in ?
>>> Dave
>>>
>>
>> When you have the #!/bin/sh line at the top of the script, you're asking
>> the current shell (bash, tcsh, whatever) explicitly to execute the 
>> script
>> using /bin/sh (which, on Cygwin, is ash). If you want to ensure the
>> script is executed by bash, use the #!/bin/bash magic at the top of the
>> script. Assuming that /bin/sh = bash is non-portable.
>> Igor
>>
>
> I have #!/bin/sh at the start of my script, so I am running bash as 
> such but the shell script is asking to be interpreted by sh.
>
> Just that in debian woody /bin/sh is linked to /bin/bash so there was 
> no problem
>
> Thanks for the explanation ...
> Dave
>


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019