X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Message-ID: Date: Fri, 8 Aug 2008 13:39:49 -0400 From: "Lev Bishop" To: cygwin AT cygwin DOT 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 DOT 94C9485E51 AT pessard DOT research DOT canon DOT com DOT au> <20080808162840 DOT GA31347 AT ednor DOT casa DOT cgf DOT cx> Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 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/