Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Oct 2025 10:04:59 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 290564] "jail -e" output is ambiguous regarding list values
Message-ID:  <bug-290564-227-NawcsK6Ap3@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-290564-227@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

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.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-290564-227-NawcsK6Ap3>