From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ciao.gmane.io (static.214.254.202.116.clients.your-server.de [116.202.254.214]) by sourceware.org (Postfix) with ESMTPS id C8C9E3861028 for ; Wed, 8 Jul 2020 11:47:27 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org C8C9E3861028 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=mehconsulting.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=goc-cygwin@m.gmane-mx.org Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1jt8Xt-0000GN-SS for cygwin@cygwin.com; Wed, 08 Jul 2020 13:47:25 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: cygwin@cygwin.com From: Mark Hansen Subject: Re: Command expansion inside for loop Date: Wed, 8 Jul 2020 04:47:22 -0700 Message-ID: References: <20200707211743.GT17929@mrvideo.vidiot.com> <20200707214528.GU17929@mrvideo.vidiot.com> <20200707220657.GV17929@mrvideo.vidiot.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 In-Reply-To: <20200707220657.GV17929@mrvideo.vidiot.com> Content-Language: en-US X-Spam-Status: No, score=0.4 required=5.0 tests=BAYES_00, FORGED_MUA_MOZILLA, HEADER_FROM_DIFFERENT_DOMAINS, KAM_DMARC_STATUS, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jul 2020 11:47:29 -0000 On 7/7/2020 3:06 PM, Mike Brown wrote: > On Tue, Jul 07, 2020 at 04:45:28PM -0500, Mike Brown wrote: >> On Tue, Jul 07, 2020 at 04:17:43PM -0500, Mike Brown wrote: >> > Several years ago I was provided with info on how to get command expansion >> > to work inside for loops. I run under Zsh. It was done for the install that >> > I have under XP. I've since installed cygwin under Win7-64 and want to get >> > the expansion working again, but do not remember what was done to get it >> > to work. >> >> Brain fart. Never an issue with XP, as the Zsh version is 2.4.6. The Win7 >> version is 5.3. >> >> I thought I had it working. It might be because I think I reinstalled >> cygwin as I redid the OS. In any event, it is no longer working. > > Nevermind. I found it. It was when I went to Fedora 25 and a 5.x version > of Zsh that the issue arose. I dug thru some e-mail and it was via the > Zsh mail list that I was provided with the answer. It was Jun 14, 2017, > that I updated the .zshrc file. Brain got fuzzy over the three years. > > I added the changes to the cygwin version of my .zshrc file and it worked. > > MB > You got us reading three posts, so we're fully invested in your issue, and then you don't share the answer? That's just cruel :)