At 04:42 PM 1/17/2001, [EMAIL PROTECTED] wrote: > >/bin/sh is bash in the standard gnu dist.. :-) So copy your compiled > >bash to /bin/sh.. > > > > /Andy > >Thanks Andy, > >That's what I thought too, but when the file sizes were so different I looked around >and realized my sh.exe came from ash-20001002.tar.gz, which is a different shell and >codebase, I guess. Absolutely. In Cygwin /bin/sh is NOT equivalent to /bin/bash. /bin/sh is ash, which is an optimized version of the bourne shell. Its used instead of bash for performance reasons (mostly noticeable in configures). However ash does seem to have more bugs than bash (if the issues that arise on this list are any indication). While the bugs that have been found have been rapidly fixed, how many are left is uncertain (as always). If shell performance is not you're major concern, you can use bash as /bin/sh. However, recompiled or not, any version of bash is different enough from ash to have a strong potential for reacting differently in any particular case. Usually this means its more forgiving/works better. YMMV. Larry Hall [EMAIL PROTECTED] RFK Partners, Inc. http://www.rfk.com 118 Washington Street (508) 893-9779 - RFK Office Holliston, MA 01746 (508) 893-9889 - FAX -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple
RE: Cygwin commands crashes after ssh login
Larry Hall (RFK Partners, Inc) Wed, 17 Jan 2001 13:47:44 -0800
- Re: Cygwin commands crashes after ssh ... Erdely, Michael
- Re: Cygwin commands crashes after ... Ross Smith
- Re: Cygwin commands crashes af... Larry Hall (RFK Partners, Inc)
- Re: Cygwin commands crashe... Ross Smith
- Re: Cygwin commands c... Larry Hall (RFK Partners, Inc)
- Re: Cygwin commands crashes af... Erdely, Michael
- Re: Cygwin commands crashe... Earnie Boyd
- Re: Cygwin commands c... Erdely, Michael
- Re: Cygwin comman... Earnie Boyd
- RE: Cygwin commands crashes after ssh login frank . palazzolo
- Re: Cygwin commands crashes after ssh ... Larry Hall (RFK Partners, Inc)
- Re: Cygwin commands crashes after ssh login Yadin Goldschmidt
- Re: Cygwin commands crashes after ssh ... Corinna Vinschen