From: Clinton Ebadi Date: Mon, 6 Oct 2014 03:14:25 +0000 (-0400) Subject: portal: Use readLine and not getPass when stdin is not a terminal X-Git-Tag: release_20141005^2~3 X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/commitdiff_plain/f391f15cc33046d202754ea8c104f04729e4a79e?hp=f391f15cc33046d202754ea8c104f04729e4a79e portal: Use readLine and not getPass when stdin is not a terminal It is way harder than neccessary to make the portal call domtool-portal when it spews output. Just assume input produced via a pipe is from a program that knows what it is doing. ---