X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-1.4 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Message-Id: <20101102205006.866395100@gmail.com> User-Agent: quilt/0.48-1 Date: Tue, 02 Nov 2010 13:48:57 -0700 From: dan DOT colascione AT gmail DOT com To: cygwin AT cygwin DOT com Subject: [patch 2/8] Document EXECIGNORE in Cygwin readme References: <20101102204855 DOT 153395100 AT gmail DOT com> Content-Disposition: inline; filename=execignore-cygwin-doc X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com 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 +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. -- 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