Fix a bug when the shell has stdin redirected
commit31acde3357c6195fdb57d36bc51db5d2c22caa1e
authorff <_ff@tuta.io>
Mon, 4 Dec 2017 06:49:19 +0000 (4 07:49 +0100)
committerff <_ff@tuta.io>
Mon, 4 Dec 2017 06:49:19 +0000 (4 07:49 +0100)
treefc4a50f5441477b8496325c8ccd0821d913a2999
parentdc8926f97bcd9e885ac56b329de5e8631692e947
Fix a bug when the shell has stdin redirected

The terminal was assumed to have fd STDIN_FILENO.
This is not the case when stdin is redirected.
To fix this, we open /dev/tty and use that fd.
src/minish.c