[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Bash-4.3 Official Patch 27
From: |
Linda Walsh |
Subject: |
Re: Bash-4.3 Official Patch 27 |
Date: |
Sun, 28 Sep 2014 17:50:59 -0700 |
User-agent: |
Thunderbird |
��������������������������������� wrote:
The change only affects environment variables **loaded as exported
functions**. Bash won't forbid you from using / inside the name of an
environment variables.
----
The below doesn't demonstrate bash doing anything with the variable you
declared.
You declare an ENV var with 'env' (not part of bash), then you start a new
shell and use env to see that the original value is still there. It
should be.
You are not demonstrating any interaction with BASH.
You can easily confirm with:
env -i 'foo/bar=baz' bash -c env
Best regards
----
Please fix your 'From' line. It shows up as garbage.
Maybe it is your upstream ISP mailer.hiddenmail.het?
Re: Bash-4.3 Official Patch 27, Chet Ramey, 2014/09/28
Message not available