Re: Latest devel branch push
may i ask frankly for the git cmd to get it On Fri, May 14, 2021, 23:01 Chet Ramey wrote: > The latest devel branch push completes support for suppressing multiple > expansion of array subscripts in arithmetic contexts, conditional > commands, and the `unset builtin'. The rest of the builtin commands are > unchanged, except for allowing assignment to key `@' and `*' in existing > associative arrays. > > Chet > -- > ``The lyf so short, the craft so long to lerne.'' - Chaucer > ``Ars longa, vita brevis'' - Hippocrates > Chet Ramey, UTech, CWRUc...@case.eduhttp://tiswww.cwru.edu/~chet/ > >
Re: Latest devel branch push
On Sat, May 15, 2021 at 4:54 AM Alex fxmbsw7 Ratchev wrote: > > may i ask frankly for the git cmd to get it You can find the instructions on how to clone the repository in the Savannah portal: https://savannah.gnu.org/git/?group=bash i.e. git clone https://git.savannah.gnu.org/git/bash.git
Re: Latest devel branch push
thank you very much On Sat, May 15, 2021, 18:02 Eduardo Bustamante wrote: > On Sat, May 15, 2021 at 4:54 AM Alex fxmbsw7 Ratchev > wrote: > > > > may i ask frankly for the git cmd to get it > > You can find the instructions on how to clone the repository in the > Savannah portal: https://savannah.gnu.org/git/?group=bash > > i.e. > > git clone https://git.savannah.gnu.org/git/bash.git >
Re: Latest devel branch push
but is that the devel tree On Sat, May 15, 2021, 18:02 Eduardo Bustamante wrote: > On Sat, May 15, 2021 at 4:54 AM Alex fxmbsw7 Ratchev > wrote: > > > > may i ask frankly for the git cmd to get it > > You can find the instructions on how to clone the repository in the > Savannah portal: https://savannah.gnu.org/git/?group=bash > > i.e. > > git clone https://git.savannah.gnu.org/git/bash.git >
Re: Latest devel branch push
On Sat, May 15, 2021, at 4:29 PM, Alex fxmbsw7 Ratchev wrote: > but is that the devel tree Switch to the "devel" branch. -- vq