CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/11/14 03:47:17
Modified files:
usr.sbin/pkg_add: pkg_add pkg_delete
Log message:
pull the eval {} code into an anonymous sub, so that we can choose to exec
it without the eval (useful for backtraces when I want bug-reports,
since eval {} will show you the backtrace of the eval, not of the
function call)
