bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: in bash 4.4.12,want to verify a behavior...


From: L A Walsh
Subject: Re: in bash 4.4.12,want to verify a behavior...
Date: Fri, 15 Feb 2019 22:21:25 -0800
User-agent: Thunderbird


On 2/15/2019 9:32 PM, Dennis Williamson wrote:
>
>
>      
>
> It's likely that somewhere your BASH_ALIASES has been unset. See the
> manual section quoted here:
>
> |BASH_ALIASES|
>
>     An associative array variable whose members correspond to the
>     internal list of aliases as maintained by the |alias| builtin.
>     (see Bourne Shell Builtins
>     
> <https://www.gnu.org/software/bash/manual/bash.html#Bourne-Shell-Builtins>).
>     Elements added to this array appear in the alias list; however,
>     unsetting array elements currently does not cause aliases to be
>     removed from the alias list. If |BASH_ALIASES| is unset, it loses
>     its special properties, even if it is subsequently reset.
>

----
    Thought about that....restarted a fresh shell.  Same same.
At least I know it's supposed to...I can look for it if it is
important enough...but haven't done an exhaustive search yet
either -- I have known about how setting/resetting the bash
vars may undo their 'magic', so I usually know enough to
leave them alone -- but I do forget things occasionally, not
to mention could be some other 3rd party script on startup.

    Or...I broke it when I built it.....

    Thanks much for the confirm!

Linda




reply via email to

[Prev in Thread] Current Thread [Next in Thread]