summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorfuzzyray <fuzzyray@gentoo.org>2010-02-02 17:06:55 +0000
committerfuzzyray <fuzzyray@gentoo.org>2010-02-02 17:06:55 +0000
commitcd69677390d7f9fbbbc8ab35009ce378a3c62abb (patch)
tree9448170084166c59b250d407e9339533cc273c16 /bin
parent9aefbb6cced5e071a628dd46f6fffc3afdf84305 (diff)
downloadgentoolkit-cd69677390d7f9fbbbc8ab35009ce378a3c62abb.tar.gz
Merge genscripts revision 191
svn path=/trunk/gentoolkit/; revision=737
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