Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Date: Mon, 12 Mar 2001 05:43:27 -0500
From: Chet Ramey <chet@nike.ins.cwru.edu>
To: ralf@akutech.de
Subject: Re: different behaviour of bash and sh
Cc: bug-bash@gnu.org, cygwin@cygwin.com, chet@po.cwru.edu
Reply-To: chet@po.cwru.edu
Message-ID: <1010312104327.AA84634.SM@nike.ins.cwru.edu>
Read-Receipt-To: chet@po.CWRU.Edu
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-In-Reply-To:  Message from ralf@akutech.de of Thu, 8 Mar 2001 21:16:48 +0100 (id <15015.59568.965521.675165@jupiter.akutech-local.de>)
X-In-Reply-To:   Message from ralf@akutech.de of Thu, 8 Mar 2001 21:16:48 +0100 (id <15015.59568.965521.675165@jupiter.akutech-local.de>)

> Machine Type: i686-pc-cygwin
> 
> Bash Version: 2.04
> Patch Level: 7
> Release Status: release
> 
> Description:
> The following script behaves differently in bash and sh:
> 
>     % cat script
>     #!/bin/sh --
>     checkstat() {
> 	echo $?
>     }
>     false
>     checkstat
>     # End of file
> 
> Repeat-By:
> 
>     $ type bash
>     bash is /usr/bin/bash
>     $ bash script
>     1
>     $ type sh
>     sh is /usr/bin/sh
>     $ sh script
>     0
> 
> The 0 is wrong IMHO, it should be 1.  (Even HP with their BD-/bin/sh
> returns 1).

You're reporting a bug in the cygwin sh, not bash.

-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
( ``Discere est Dolere'' -- chet)

Chet Ramey, CWRU    chet@po.CWRU.Edu    http://cnswww.cns.cwru.edu/~chet/

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

