| delorie.com/archives/browse.cgi | search |
| X-Recipient: | archive-cygwin AT delorie DOT com |
| X-SWARE-Spam-Status: | No, hits=-1.9 required=5.0 tests=AWL,BAYES_00 |
| X-Spam-Check-By: | sourceware.org |
| Message-ID: | <4CD086A3.20107@bopp.net> |
| Date: | Tue, 02 Nov 2010 16:46:11 -0500 |
| From: | Jeremy Bopp <jeremy AT bopp DOT net> |
| User-Agent: | Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.9) Gecko/20100915 Thunderbird/3.1.4 |
| MIME-Version: | 1.0 |
| To: | cygwin AT cygwin DOT com |
| Subject: | Re: [patch 2/8] Document EXECIGNORE in Cygwin readme |
| References: | <20101102204855 DOT 153395100 AT gmail DOT com> <20101102205006 DOT 866395100 AT gmail DOT com> |
| In-Reply-To: | <20101102205006.866395100@gmail.com> |
| X-IsSubscribed: | yes |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Id: | <cygwin.cygwin.com> |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sourceware.org/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/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 |
On 11/2/2010 3:48 PM, dan DOT colascione AT gmail DOT com wrote:
> Index: bash-3.2/CYGWIN-PATCHES/bash.README
> ===================================================================
> --- bash-3.2.orig/CYGWIN-PATCHES/bash.README
> +++ bash-3.2/CYGWIN-PATCHES/bash.README
> @@ -55,7 +55,14 @@ is on a binary mount with igncr disabled
> would be text mounts with igncr disabled and no \r in the underlying file.
> Next would be binary mounts with igncr enabled. And the slowest that bash
> will operate is on text mounts with igncr enabled.
> -8. If you don't like how bash behaves, then propose a patch, rather than
> +8. This version of bash has a new special variable EXECIGNORE. It is a
> +colon-separated list of extended glob patterns. If a file's full path
> +matches one of these, it is no considered executable for the purposes
^^
That should be "not" instead of "no".
> +of completion and PATH searching. The `test', `[', and `[[' builtins
> +are not affected. Use this variable to prevent non-executables
> +uselessly appearing in completion lists; EXECIGNORE=*.dll is quite
> +useful.
> +9. If you don't like how bash behaves, then propose a patch, rather than
> proposing idle ideas. This turn of events has already been talked to
> death on the mailing lists by people with many ideas, but few patches.
-Jeremy
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |