On 11/10/2010 19:00, Shawn Walker wrote:
On 10/11/10 09:28 AM, Peter Dennis wrote:
Looks to be a simple bug in the client.py code - missing '=' on the
getopts for the install/uninstall functions:
opts, pargs = getopt.getopt(args, "nvq", ["accept", "licenses",
"no-refresh", "no-index", "deny-new-be", "require-new-be", "be-name"])
should be
opts, pargs = getopt.getopt(args, "nvq", ["accept", "licenses",
"no-refresh", "no-index", "deny-new-be", "require-new-be", "be-name="])
has a bug been logged ?
No, but one should be. >
Bug 17198
cheers
Enda
-Shawn
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss