]> granicus.if.org Git - sudo/commit
Now that we can use pipes for stdin/stdout/stderr there is no
authorTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 18 May 2010 21:43:10 +0000 (17:43 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 18 May 2010 21:43:10 +0000 (17:43 -0400)
commit6a2a182e0f7a0b61bf686b0f00f545e623fdbf09
treeea91ae05a262819a4d4f24698b6d58f3c7f6a2d1
parent55ef027d88abf7572f3100b042a1c20a5628da67
Now that we can use pipes for stdin/stdout/stderr there is no
longer a need to error out when there is no tty.  We just need
to make sure we don't try to use the tty fd if it is -1.
src/script.c