Re: [Toybox] Would someone please explain what bash is doing here?

2020-05-24 Thread Chet Ramey
On 5/24/20 5:05 PM, Rob Landley wrote: > On 5/24/20 3:46 PM, Chet Ramey wrote: >>> No, I meant the LINENO on the second line isn't noticing it's on a later >>> line, >>> it's now reporting the first line for both LINENOs, and I thought my initial >>> confusion was about it NOT doing that? >> >>

Re: [Toybox] Would someone please explain what bash is doing here?

2020-05-24 Thread Chet Ramey
On 5/23/20 11:19 PM, Rob Landley wrote: >> Correct. Each element of a pipeline is executed in a subshell. > > Hmmm. > >>> But: >>> >>> $ echo hello | read i; echo $i >>> >>> The read isn't saved because it's happening in a subshell context (so it >>> sets an >>> i that is discarded)? >> >>

Re: [Toybox] Would someone please explain what bash is doing here?

2020-05-24 Thread Rob Landley
On 5/24/20 3:46 PM, Chet Ramey wrote: >> No, I meant the LINENO on the second line isn't noticing it's on a later >> line, >> it's now reporting the first line for both LINENOs, and I thought my initial >> confusion was about it NOT doing that? > > I'm not sure myself. > > The backslash-newline

[Toybox] Project progress for 0.8.3.

2020-05-24 Thread Rob Landley
Two weeks since the release and Wikipedia[citation needed] hasn't noticed yet, which is fine and normal (I just don't want them to be actively _wrong_), but their "Project progress" section explains that "in 2015"... which was 5 years ago now? And they still link to

Re: [Toybox] Would someone please explain what bash is doing here?

2020-05-24 Thread Chet Ramey
On 5/23/20 8:59 PM, Rob Landley wrote: >>> It's there in each new terminal tab. It's not a thing I typed. >> >> Maybe run `bash -x' or `bash --login -x' and see where it gets set. > > Scrolled off the terminal history. Let's see... > > $ bash -x 2>&1 | tee florp.txt > exit > + exit > >

[Toybox] Can anybody test openvt/deallocvt?

2020-05-24 Thread Rob Landley
I just cleaned them up and am ready to promote them to toys/other, but I'm not familiar with either enough to know if I broke anything? Rob ___ Toybox mailing list Toybox@lists.landley.net http://lists.landley.net/listinfo.cgi/toybox-landley.net