2008/5/21 Tom Mueller <[EMAIL PROTECTED]>: > Vit, > > It appears that quotes are only allowed and necessary if there is a space in > the value. So the following would work: > > set name=foo value=barbaz > set name=foo value="bar baz" > set name="foo bar" value=baz > > But the following fail: > > set name="foo" value="bar" > set name=foo value="bar" > set name="foo" value=bar > > This is a characteristic of the parsing algorithm implemented in > pkg.actions.fromstr.
I'd consider that a bug personally. I know Danek wants to see the filtering system redone at some point. -- Shawn Walker "To err is human -- and to blame it on a computer is even more so." - Robert Orben _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
