https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=249522
--- Comment #2 from Mateusz Piotrowski <[email protected]> --- (In reply to Conrad Meyer from comment #1) Ugh, sorry for the noise. I should have double checked the code samples. The bug can be seen when using [[ in Bash, e.g.: ``` $ [[ $(echo 1) = 1 ]]; echo $? 0 $ [[ $(echo line | wc -l) = 1 ]]; echo $? 1 ``` -- 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]"
