X-Recipient: archive-cygwin@delorie.com
X-Spam-Check-By: sourceware.org
Message-ID: <ba40711f0808081039n5d6cded1sa0744d8ab4b0c088@mail.gmail.com>
Date: Fri, 8 Aug 2008 13:39:49 -0400
From: "Lev Bishop" <lev.bishop@gmail.com>
To: cygwin@cygwin.com
Subject: Re: Bizarre Cygwin/Explorer/paths problem half-solved
In-Reply-To: <20080808162840.GA31347@ednor.casa.cgf.cx>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
References: <20080808064144.94C9485E51@pessard.research.canon.com.au> 	 <Pine.NEB.4.64.0808081010250.2416@panix1.panix.com> 	 <20080808162840.GA31347@ednor.casa.cgf.cx>
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 Fri, Aug 8, 2008 at 12:28, Christopher Faylor  wrote:

>> Is there any documentation on who rewrites arguments, under what
>> conditions, and how they're altered?
>
> I missed this when it was first mentioned.  Cygwin doesn't munge command
> line arguments.  Why would it assume that /e,something was a windows
> path?  That makes no sense.

Nobody is munging anything.

What's going on here is as simple as the difference:

bash-3.2$ cmd /c echo "a b c"
"a b c"
bash-3.2$ cmd /c echo a b c
a b c

There's really no more to it than that.

Lev

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

