[Bug 290564] "jail -e" output is ambiguous regarding list values
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 290564] "jail -e" output is ambiguous regarding list values"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 27 Oct 2025 10:04:59 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=290564
--- Comment #1 from Markus Stoff <markus@stoffdv.at> ---
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.