[Wrap delete-file in reaper in ignore-errors clinton@unknownlamer.org**20080116011730 On an AFS system there will be some magic afs files that cause reaping to error and this is the easy solution ] hunk ./start.lisp 76 - (mapc #'delete-file + (mapc (lambda (file) + (ignore-errors (delete-file file)))