From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8821 invoked by alias); 19 Jun 2013 10:12:34 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 8792 invoked by uid 89); 19 Jun 2013 10:12:31 -0000 X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.1 Received: from aquarius.hirmke.de (HELO calimero.vinschen.de) (217.91.18.234) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Wed, 19 Jun 2013 10:12:30 +0000 Received: by calimero.vinschen.de (Postfix, from userid 500) id CCC79520781; Wed, 19 Jun 2013 12:12:27 +0200 (CEST) Date: Wed, 19 Jun 2013 11:04:00 -0000 From: Corinna Vinschen To: cygwin@cygwin.com Subject: Re: Adding MSYS functionality to Cygwin Message-ID: <20130619101227.GL1620@calimero.vinschen.de> Reply-To: cygwin@cygwin.com Mail-Followup-To: cygwin@cygwin.com References: <51C0B08E.8080900@etr-usa.com> <51C0D956.4090905@etr-usa.com> <20130619020234.GA3669@ednor.casa.cgf.cx> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2013-06/txt/msg00495.txt.bz2 On Jun 19 10:53, Алексей Павлов wrote: > Today I investigate in this direction and find that logic works well > except one line in spawn.cc that I think can be fixed without break > anything. > > Index: cygwin/spawn.cc > =================================================================== > RCS file: /cvs/src/src/winsup/cygwin/spawn.cc,v > retrieving revision 1.345 > diff -u -p -r1.345 spawn.cc > --- cygwin/spawn.cc 3 May 2013 19:39:01 -0000 1.345 > +++ cygwin/spawn.cc 19 Jun 2013 05:53:36 -0000 > @@ -406,7 +406,7 @@ child_info_spawn::worker (const char *pr > } > else > { > - if (wascygexec) > + if (real_path.iscygexec ()) Line 374: wascygexec = real_path.iscygexec (); Do you have an example why your change should make a difference? Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Maintainer cygwin AT cygwin DOT com Red Hat -- 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