X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 	tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS
X-Spam-Check-By: sourceware.org
MIME-Version: 1.0
In-Reply-To: <20090409072354.23882.qmail@smasher.org>
References: <20090409022312.19895.qmail@smasher.org> 	 <grk6hs$qg0$1@ger.gmane.org> <20090409072354.23882.qmail@smasher.org>
Date: Thu, 9 Apr 2009 17:04:56 -0400
Message-ID: <f60fe000904091404t3b28a521x68956c04ce47bd2a@mail.gmail.com>
Subject: Re: duplicate *.exe commands
From: "Mark J. Reed" <markjreed@gmail.com>
To: cygwin@cygwin.com
Cc: Thorsten Kampe <thorsten@thorstenkampe.de>
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

On Thu, Apr 9, 2009 at 3:23 AM, Atom Smasher wrote:
> ah, bash... i remember when that was the best shell...

No-one's claiming anything about "best", but since bash is the
*default* shell on Cygwin, it would have been helpful to mention in
the first place that you're using something else.

> ## cygwin only: commands that auto-complete with and without .exe suffix are annoying.
> [[ ${OSTYPE} == cygwin ]] && { hash -f ; unhash -m '*.exe' }

You probably want to unhash -m '*.dll', too.

-- 
Mark J. Reed <markjreed@gmail.com>

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

