On Fri, Oct 19, 2018 at 3:51 PM Greg Wooledge wrote:
> On Fri, Oct 19, 2018 at 09:41:41PM +0200, Ricky Tigg wrote:
> > $ set | grep SSL
> > SSLKEYLOGFILE=/home/user/test
> > _=SSLKEYLOGFILE
I guess it's a bit surprising that $_ is set to just the variable name
and not "the last argument to the pr
On 10/19/18 3:26 PM, Ricky Tigg wrote:
> GNU Bash built-in function 'logout' has been translated by mistake.
>
> OS: Fedora 29 – Component: bash-4.4.23-5.fc29.x86_64
This is a coincidence. The builtin name (`logout') is not translated, but
there is another instance of "logout" as a translatable s
On Fri, Oct 19, 2018 at 09:41:41PM +0200, Ricky Tigg wrote:
> Built-in function 'set' produces variable outputs.
> $ export SSLKEYLOGFILE=/home/user/test
>
> $ set | grep SSL
> SSLKEYLOGFILE=/home/user/test
> _=SSLKEYLOGFILE
This is not a bug. The Special Parameter "_" is explained in the manua
Built-in function 'set' produces variable outputs.
OS: Fedora 29 – Component: bash-4.4.23-5.fc29.x86_64
To reproduce:
$ export SSLKEYLOGFILE=/home/user/test
$ set | grep SSL
SSLKEYLOGFILE=/home/user/test
_=SSLKEYLOGFILE
$ set | grep SSL
SSLKEYLOGFILE=/home/user/test
Expected result right afte
GNU Bash built-in function 'logout' has been translated by mistake.
OS: Fedora 29 – Component: bash-4.4.23-5.fc29.x86_64
To reproduce:
$ locale
LANG=fi_FI.UTF-8
$ help
(...)
lopetus [n]
Expected result:
$ help
(...)
logout [n]
Additional information:
$ LANG=C help
(...)
logout [n]