zopencommunity / zopencommunity/bashport
Redirect to stderr with _BPX_AUTOCVT=ALL and _TAG_REDIR_OUT=txt results in garbage output
Open
Nobody has claimed this yet.
- Dominant language
- Groovy
- Stars
- 12
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
From within bash:
_BPXK_AUTOCVT=ALL _TAG_REDIR_OUT=txt /bin/sh -c "echo \"asdfasdfasdf\" >&2"
///Î$||| !|+=)
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.
Research direction
Start by reproducing the reported command from bash and compare the redirected output with the expected asdfasdfasdf. Trace the stderr redirection and environment-variable handling involved in _BPXK_AUTOCVT=ALL and _TAG_REDIR_OUT=txt; done means redirected stderr is readable rather than garbage.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- bash
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100