summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/revdep-rebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/revdep-rebuild b/bin/revdep-rebuild
index 6726c7e..c5f2538 100755
--- a/bin/revdep-rebuild
+++ b/bin/revdep-rebuild
@@ -1149,7 +1149,7 @@ cleanup() {
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