The change only affects environment variables **loaded as exported
functions**. Bash won't forbid you from using / inside the name of an
environment variables.

You can easily confirm with:
> env -i 'foo/bar=baz' bash -c env


Best regards


Reply via email to