ksh: make $(< filename) error output include the errno string.
authormillert <millert@openbsd.org>
Wed, 24 May 2023 14:20:33 +0000 (14:20 +0000)
committermillert <millert@openbsd.org>
Wed, 24 May 2023 14:20:33 +0000 (14:20 +0000)
commit4fae8b7728edbfad797de65aa6679272c6937d35
tree7ed8ed9eedfe5ae1b3094150f78b91577465cd4f
parentd662361922b6ec0282d0a2f41b307aa63c4e41e9
ksh: make $(< filename) error output include the errno string.
This is more consistent with how bash, zsh and ksh93 behave and
makes $(< filename) more of a drop-in replacment for $(cat filename).
OK kn@ florian@
bin/ksh/eval.c