zopencommunity / zopencommunity/bashport
Remove setting _CEE_RUNOPTS, _TAG_REDIR_IN etc from .env
Open
@IgorTodorovskiIBM is already working on this.
Since Apr 10, 2023.
- Dominant language
- Groovy
- Stars
- 12
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
The .env file is defining:
- _TAG_REDIR_IN
- _TAG_REDIR_ERR
- _TAG_REDIR_OUT
- _CEE_RUNOPTS
The .env file should not be defining any environment variables that is a user preference. It can update PATH etc because those are needed to run bash. It should not be make personal preferences for users.
I noticed this because switching from our current bash to this bash changed the behaviour of our scripts.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.