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


Groups > gnu.bash.bug > #14720

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

From Ricky Tigg <ricky.tigg@gmail.com>
Newsgroups gnu.bash.bug
Subject GNU Bash v.4.4.23-5 built-in function 'set' produces variable outputs
Date 2018-10-19 21:41 +0200
Message-ID <mailman.2471.1539978119.1284.bug-bash@gnu.org> (permalink)

Show all headers | View raw


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 after the creation of an environment variable:

$ set | grep SSL
SSLKEYLOGFILE=/home/user/test

Back to gnu.bash.bug | Previous | Next | Find similar | Unroll thread


Thread

GNU Bash v.4.4.23-5 built-in function 'set' produces variable outputs Ricky Tigg <ricky.tigg@gmail.com> - 2018-10-19 21:41 +0200

csiph-web