From: cvn@interchain.nl (Kees van Veen)
Subject: Re: Bash 2.01 bug in coolview
24 Jan 1998 15:59:05 -0800
Message-ID: <34C85337.68152DBE.cygnus.gnu-win32@interchain.nl>
References: <199801201934.MAA09572@ns1.ieighty.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
To: "Bruce N. Hunsaker" <bruceh@ns1.ieighty.net>
Cc: gnu-win32@cygnus.com

Bruce N. Hunsaker wrote:
> 
> In the version of bash.exe that is distributed with coolview
> I have experienced the following problem:
> 
>         $ ls -l | cat
>         $
> No output when using pipes!  In this example, the size of the
> directory makes a difference.  For small directories, it works
> correctly.  

I think Chris Faylor put this 'workaround' on the list.
Try (or put in your .profile or .bashrc):

	trap '' 5

Cheers,
Kees
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
