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.

-Shawn
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss

Reply via email to