> if (linebuf[0] != escape || value("interactive") == NULL ||
> lastlong) {
>
> check for interactive mode was removed from OpenBSD (and again added
> now after this incident).
ah-hah! that makes sense now, what a silly error...I wonder why they took
this check out of OpenBSD that time.