Oops, forgot to commit this.

SVN revision: 19536
This commit is contained in:
David Walter Seikel 2006-01-05 10:04:50 +00:00
parent a62dc114c7
commit 29f6991aa1
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ int timer_once(void *data)
}
/* FIXME: Fuckit, neither of these will actually cause /bin/cat to shut down. What the fuck does it take? */
ecore_exe_send(exe0, "\004", 1); /* Send an EOF. */
ecore_exe_pipe_write_close(exe0); /* /bin/cat should stop when it's stdin closes. */
ecore_exe_close_stdin(exe0); /* /bin/cat should stop when it's stdin closes. */
}
return 0;