CVSROOT: /cvs Module name: src Changes by: es...@cvs.openbsd.org 2012/04/28 09:22:49
Modified files: usr.sbin/pkg_add/OpenBSD: PackageRepository.pm Error.pm Temp.pm Log message: File::Path::rmtree is very stupid and spews out warning messages if there's no cwd. Well, if there's no cwd, we don't care about getting back there, so wrap rmtree to just move to / before calling the real rmtree.