fix autoloading of quirks: don't try to run quirks while processing the
authorespie <espie@openbsd.org>
Wed, 25 Dec 2013 15:59:51 +0000 (15:59 +0000)
committerespie <espie@openbsd.org>
Wed, 25 Dec 2013 15:59:51 +0000 (15:59 +0000)
commit6fe055f519e5c3a3cb250908643bcbe56f9b4e83
tree394f7169a4d0e7b84aac9071be3d5319e8ddcc95
parent62f6567b810b733d20da69b621880348bf58e7cc
fix autoloading of quirks: don't try to run quirks while processing the
quirks set, as we may accidentally load the old one.
also, in case we can't load quirks, report if quirks should be there,
e.g., compilation error, without regard to verbose status
usr.sbin/pkg_add/OpenBSD/AddDelete.pm
usr.sbin/pkg_add/OpenBSD/Update.pm