Re: GNU Bash v.4.4.23-5 built-in function 'set' produces variable outputs

2018-10-19 Thread Grisha Levit
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

Re: GNU Bash v.4.4.23-5 built-in function 'logout' is translated

2018-10-19 Thread Chet Ramey
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

Re: GNU Bash v.4.4.23-5 built-in function 'set' produces variable outputs

2018-10-19 Thread Greg Wooledge
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

GNU Bash v.4.4.23-5 built-in function 'set' produces variable outputs

2018-10-19 Thread Ricky Tigg
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 v.4.4.23-5 built-in function 'logout' is translated

2018-10-19 Thread Ricky Tigg
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]