Hello all, is it correct to print OK here?
------------------ snip ------------------ #!/bin/sh if false || ! echo bla | grep -q bla; then echo OK fi ------------------ snap ------------------- 7.2-STABLE (can't check others at the moment) does which I think is wrong... Thanks, -Andre _______________________________________________ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"