Package: dash
Version: 0.5.13.3
Severity: normal

# greeting


Hi, developers.


I'm first time bug report outside github using email.


Hope I did it right.


## bug


`dash` echo is inconsistent with all other echo


## version


nixpkgs


dash 0.5.13.3


## reproduce


```sh
echo XDI0NAo= | base64 -d >/tmp/reproduce.txt


dash -c 'echo "$(cat /tmp/reproduce.txt)"'


dash -c 'uutils-echo "$(cat /tmp/reproduce.txt)"'
bash -c 'echo "$(cat /tmp/reproduce.txt)"'
busybox sh -c 'echo "$(cat /tmp/reproduce.txt)"'
ksh -c 'echo "$(cat /tmp/reproduce.txt)"'
mksh -c 'echo "$(cat /tmp/reproduce.txt)"'
zsh -c 'echo "$(cat /tmp/reproduce.txt)"'
```


## actual


```console
�
\244
\244
\244
\244
\244
\244
```


## expected


```console
\244
\244
\244
\244
\244
\244
\244
```


## workaround


use `uutils-coreutils`

Reply via email to