emersion / emersion/mrsh

Function output cannot be redirected

Open
#196 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
C
Stars
531
Forks
40
PR merge metrics
No merged PRs in 30d

Description

```
$ hello() { HI=0xDEADBEEF; echo $HI; }
$ hello > /dev/null
0xDEADBEEF
$ exit
```

---

Expected output -
```
$ hello() { HI=0xDEADBEEF; echo $HI; }
$ hello > /dev/null
$ exit
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.