From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Thu, 8 Aug 2019 22:56:31 -0700 From: Ori Bernstein To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Message-Id: <20190808225631.575cee2947b698b7c52bf264@eigenstate.org> In-Reply-To: References: <46E7EE42925499BF1B9558D2423340AA@eigenstate.org> <20190708125455.ccc7e65e95c42201d8c601cf@eigenstate.org> <20190712182755.y7jplpxymgoozope@chiron.marchand.ski> <20190721210654.EE6B6406C3@smtp.hushmail.com> <20190725145954.590fe8ef0ed3a09cf3fe32b0@eigenstate.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [9fans] Git/fs: Possibly Usable Topicbox-Message-UUID: 03950390-eada-11e9-9d60-3106f5b1d025 On Mon, 5 Aug 2019 11:43:33 -0700, Skip Tavakkolian wrote: > is this an equivalent fix for 9legacy env? (i'm guessing the answer is no) > > % diff clone /bin/git/clone > 75c75 > < for(f in `$nl{walk -f $tree | sed 's@^'$tree'/*@@'}){ > --- > > for(f in `{ifs=$nl walk -f $tree | sed 's@^'$tree'/*@@'}){ > You can also set ifs outside of the `{...}. However, I think it's worth importing the 9atom change into 9legacy rc. It's an elegant solution. -- Ori Bernstein