https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249522
--- Comment #1 from Conrad Meyer <[email protected]> --- Where is the bug? $ [ " 4" -gt 10 ]; echo $? 1 $ [ "4" -gt 10 ]; echo $? 1 $ [ 4 -gt 10 ]; echo $? 1 $ [ "$( (echo;echo;echo) | wc -l)" -gt 10 ]; echo $? 1 $ [ "$( (echo;echo;echo) | wc -l)" -gt 1 ]; echo $? 0 -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
