X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; q=dns; s=default; b=f/UvrnM3Dg9aXsfxQL2hPfIYDTofo9YXfHv0yUMryYz cz1U9SoDY4BD16/iJF1s5qkat5pC6FcbNWttiNpE4VjJadkKE/0ywSmny5DGWPzg Obw2LPGotbLTuff0+4GHXcxmzrDJKi3YdVbUHmPwmjMGhw/TFrXl+YRQ6NZK+gBg = DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; s=default; bh=YnwthiAcEWLpZ/5LcvF9mP9J+O4=; b=cHh7b1bI7y2/6H0Sq jB1hGbnXgKNGmjUMimS6U3iMejSwtIMFSKgkSGlqkYKXRYxVvaWJCdDEFFKomsnX omR0Ug8C0QAlFZkQTi4ZEaoPDGHwjImuwr8IKFVsZaT5vVAqvJoEUvD+M/duPbFG xBcD4lIwAY8LfNjKYUEBU6yCK4= 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 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.1 required=5.0 tests=AWL,BAYES_20 autolearn=ham version=3.3.2 X-HELO: knockando.watchfront.net.uk Message-ID: <5389DB07.7040005@hones.org.uk> Date: Sat, 31 May 2014 14:37:11 +0100 From: Cliff Hones User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Bash silently truncates the Command Line when called programatically via CreateProcess as MAXPATHLEN was reduced to 8192 from 16384 References: <20140526200857 DOT GA3903 AT ednor DOT casa DOT cgf DOT cx> <20140526212219 DOT GA4754 AT ednor DOT casa DOT cgf DOT cx> <5385A486 DOT 4090900 AT tiscali DOT co DOT uk> <538623E9 DOT 8000507 AT etr-usa DOT com> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Score: -0.7 (/) (knockando.watchfront.net.uk) X-Spam-Report: knockando.watchfront.net.uk has scanned this email for spam. Results:- RP_MATCHES_RCVD=-0.651 (total -0.7, current threshold 5.0) X-IsSubscribed: yes On 31/05/2014 14:28, Abhijit Bhattacharjee wrote: > ... > Qs/Stmt: Possibly setting the CYGWIN environment variable to "noglob" > might cause things to work as desired. > Ans: I am yet to test this, but I trust your answer. I am yet to > figure out as to how I can set the environment variables CYGWIN with > multiple values i.e. I need to set it with nodosfilewarning and > noglob. I was trying to read though your code environ.cc and seems to > me I can simply separate it with a delimiter. Your documentation is > silent about it. If you know it off hand, please let me know, that > will reduce some effort for me to read and debug though your code :-) Hmm - you didn't look very hard. Why not read the Cygwin User manual - in particular this section: https://cygwin.com/cygwin-ug-net/using-cygwinenv.html where it clearly says the items are space-separated. -- Cliff -- 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