[PATCH] Suppress tr's stderr in the generate function

Nicolai Dagestad nicolai at dagestad.fr
Mon Dec 28 11:32:57 CET 2020


On Mon Dec 28, 2020 at 7:20 AM CET, Johannes Altmanninger wrote:
> How to reproduce? With coreutils 8.32-1 I get no error on
>
> command printf %05000d 0 | tr 0 1 | head -c 10

Can't seem to reproduce with printf either.

It might be something fishy with my machine, with: 
	python -c "print('0'*4097)" | tr 0 1 | head -c 10
I get the broken pipe on my laptop, but on none of my other machines running arch...

(The sha256 sum of python, tr and head is also the same on every machine)


More information about the Password-Store mailing list