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
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