Created issue 2008. (Hmm, how often do you get the issue # for the
current year.)
Tom
Shawn Walker wrote:
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.
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss