bug-bash
[Top][All Lists]
Advanced

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

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


From: Ricky Tigg
Subject: GNU Bash v.4.4.23-5 built-in function 'set' produces variable outputs
Date: Fri, 19 Oct 2018 21:41:41 +0200

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


reply via email to

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