Re: removing an envsys temperature limit

2016-02-29 Thread Julian Coleman
Hi, > Do they persist between the reboots and cold boots? Or does CritMax > change back to 54degC at certain times? I'd say that in general "it depends". If the chip is reset, it will go back to its default values. If the machine firmware writes its settings on every boot, then you will see th

Re: Next steps for /bin/sh

2016-02-29 Thread Taylor R Campbell
Date: Mon, 29 Feb 2016 12:45:03 +0700 From: Robert Elz Date:Sun, 28 Feb 2016 17:11:17 -0500 From:"James K. Lowden" Message-ID: <20160228171117.a160d8ea72909ecdae778...@schemamania.org> | IMO, in the presence of -e, "false && false" should termina

Re: Next steps for /bin/sh

2016-02-29 Thread Robert Elz
Date:Mon, 29 Feb 2016 16:09:24 + From:Taylor R Campbell Message-ID: <20160229160830.2c36960...@jupiter.mumble.net> | I think all that James meant was that when executing `false && false' | or `false && true' as a top-level command, that whole `&&' term should

Re: Next steps for /bin/sh

2016-02-29 Thread James K. Lowden
On Tue, 01 Mar 2016 01:02:30 +0700 Robert Elz wrote: > But in real life, when we aren't writing stuff like "false && false" > or "false && true", when someone writes a command like > > $x_option && command implementing -x > > they aren't asserting that "${x_option}" is supposed to always