aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/gc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/gc b/bin/gc
index 04e0ba5..8622a7d 100755
--- a/bin/gc
+++ b/bin/gc
@@ -98,7 +98,7 @@ gc_trash() {
}
gc_tmpdir() {
- find "${TMPDIR:-/tmp}" -atime +10 -exec rm -vrf {} \;
+ find "${TMPDIR:-/tmp}" -atime +10 -exec rm -vrf {} \; ||:
}
gc_coredump() {