Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > gnu.bash.bug > #14723 > unrolled thread

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

Started byGrisha Levit <grishalevit@gmail.com>
First post2018-10-19 16:21 -0400
Last post2018-10-19 16:21 -0400
Articles 1 — 1 participant

Back to article view | Back to gnu.bash.bug

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: GNU Bash v.4.4.23-5 built-in function 'set' produces variable outputs Grisha Levit <grishalevit@gmail.com> - 2018-10-19 16:21 -0400

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

FromGrisha Levit <grishalevit@gmail.com>
Date2018-10-19 16:21 -0400
SubjectRe: GNU Bash v.4.4.23-5 built-in function 'set' produces variable outputs
Message-ID<mailman.2475.1539980505.1284.bug-bash@gnu.org>
On Fri, Oct 19, 2018 at 3:51 PM Greg Wooledge <wooledg@eeg.ccf.org> 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 previous command", which would be
the full assignment string.

[toc] | [standalone]


Back to top | Article view | gnu.bash.bug


csiph-web