| delorie.com/archives/browse.cgi | search |
| 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 |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
| Date: | Wed, 5 Dec 2001 11:10:41 +0100 |
| From: | Corinna Vinschen <cygwin AT cygwin DOT com> |
| To: | cygwin AT cygwin DOT com |
| Subject: | Re: cygwin 1.3.6 + bash 2.05a-2 + command completion |
| Message-ID: | <20011205111041.A12441@cygbert.vinschen.de> |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| References: | <3C0DE9BF DOT 42B4B14D AT uniweb DOT se> |
| Mime-Version: | 1.0 |
| User-Agent: | Mutt/1.2.5i |
| In-Reply-To: | <3C0DE9BF.42B4B14D@uniweb.se>; from jens@uniweb.se on Wed, Dec 05, 2001 at 10:32:47AM +0100 |
On Wed, Dec 05, 2001 at 10:32:47AM +0100, Yllman, Jens wrote:
> Hi,
>
> I've hade the same problem since 1.3.6. And now I have 1.3.6-3
> installed. Still the same problem. 1.3.5 works fine.
>
> If you run sh instead of bash you get tab characters. So I guess it has
> to do with the file find process in bash.
But that has nothing to do with the Cygwin version nor with the
bash version. sh in Cygwin isn't bash but ash. Ash doesn't
have file completion. Just call `echo $BASH_VERSION' in the
shell:
In bash:
$ echo $BASH_VERSION
2.05a.0(2)-release
In ash == sh:
$ echo $BASH_VERSION
<-- Empty
Corinna
--
Corinna Vinschen Please, send mails regarding Cygwin to
Cygwin Developer mailto:cygwin AT cygwin DOT com
Red Hat, Inc.
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |