X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 	tests=AWL,BAYES_00,SPF_PASS
X-Spam-Check-By: sourceware.org
Message-ID: <4A78954D.5080508@columbus.rr.com>
Date: Tue, 04 Aug 2009 16:08:45 -0400
From: Paul McFerrin <pmcferrin@columbus.rr.com>
Reply-To: pmcferrin@columbus.rr.com
User-Agent: Thunderbird 2.0.0.22 (Windows/20090605)
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Minor diff: /bin/ksh.exe
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.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

Just want to point out a slightly difference in behavior of ksh
    @(#)PD KSH v5.2.14 99/07/13.2
between Cygwin 1.5 & 1.7  First, the above is a older version of pdksh 
that I had to tweek the cygwin sources a l-o-n-g time ago.  Under 1.5, 
the following does work properly:
    $ cd /c/Doc*/Paul/App*/Moz*/Fire*/Pro*/*default/
I like using shell expansions a lot to save me a lot of typing and to 
avoid MS spaces in directory names.  Under 1.7, I have replace the above 
with the following:
    $ cd /c/Doc*
    $ cd Paul
    $ cd App*
    $ cd Moz*
    $ cd Fire*
    $ cd Pro*
    $ cd *.def*

Or I have completely type all of the expansions CORRECTLY.

It appears that you can't have multiple expansions within a single 
line.  It is the EXACT executable ksh.exe.  As you can see, you are 
forcing me *A LOT* of extra typing.  Makes me wonder what else might be 
broken.  Do we have an re-entrancy problem somewhere?.

--
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

