Index: revdep-rebuild =================================================================== --- revdep-rebuild (revision 183) +++ revdep-rebuild (working copy) @@ -1148,7 +1148,7 @@ if [[ -r "$OWNERS_FILE" && -s "$OWNERS_FILE" ]]; then show_unowned_files fi - [[ $KEEP_TEMP ]] || rm "${FILES[@]}" + [[ $KEEP_TEMP ]] || rm -f "${FILES[@]}" else einfo 'Now you can remove -p (or --pretend) from arguments and re-run revdep-rebuild.' fi