https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=290564
--- Comment #1 from Markus Stoff <[email protected]> --- The HOW TO REPRODUCE section should read as follows: cat << EOF | jail -e $'\n' -f - some-jail { single = 'abc,def'; list = 'abc'; list += 'def'; tricky = 'abc'; tricky += 'def,ghi'; verytricky = 'abc'; verytricky += 'def","ghi'; } EOF -- You are receiving this mail because: You are the assignee for the bug.
