2008/6/29 Danek Duvall <[EMAIL PROTECTED]>: ... > eval $(pkgsend open [EMAIL PROTECTED]) > pkgsend add depend type=require frmi=SUNWcsl > pkgsend add set name=summary value='Opensource binary diff' > pkgsend close > > If I quote the value attribute of the set action properly, it succeeds, > though I'll note that the manifest that's created with the incorrect > quoting actually looks just fine. I don't understand why the server is > dying in the depend action, though, since that's perfectly well-formed. > > So there are a handful of things here to investigate.
Having just worked on the actions parsing for bug 2008, I think the single quotes are problematic. I'm fairly certain that using ' instead of " is going to cause the parsing to go bad if you have spaces. -- Shawn Walker _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
