hello,
Can I please receive an update?
Thank you,
Allison
On Fri, May 7, 2021 at 11:48 AM Allison Karlitskaya
wrote:
>
> hello,
>
> Please consider these two patches for inclusion in bash to support
> storing shell initialisation files (profile, bashrc) in a subdirectory
> of ~/.config/ as mos
On 5/25/21 3:36 AM, Allison Karlitskaya wrote:
hello,
Can I please receive an update?
Hi. I don't have an update; I haven't looked at this yet. This is not a
high priority issue.
Chet
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita brevis'' -
Configuration Information [Automatically generated, do not change]:
Machine: i686
OS: linux-gnu
Compiler: gcc
Compilation CFLAGS: -g -O2 -Wno-parentheses -Wno-format-security
uname output: Linux columbus 4.4.246-gentoo #2 SMP Thu Dec 31 17:31:16 -00 2020
i686 AMD Athlon(tm) XP 2800+ AuthenticAMD G
On Mon, May 24, 2021 at 11:47:32AM -0400, Chet Ramey wrote:
> On 5/22/21 2:45 PM, Vincent Menegaux wrote:
>
> > Details:
> >
> > Previously, these commands:
> >
> >[[ ! 1 -eq 1 ]]; echo $?
> >[[ ! ! 1 -eq 1 ]]; echo $?
> >
> > would both result in `1', since parsing `!' set CMD_INVERT_R