projects
/
genkernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4f3102
)
Clear blkid-*.bz2 from cache, too (regression)
author
Sebastian Pipping
<sebastian@pipping.org>
Tue, 11 Jan 2011 15:05:11 +0000
(16:05 +0100)
committer
Sebastian Pipping
<sebastian@pipping.org>
Tue, 11 Jan 2011 15:05:11 +0000
(16:05 +0100)
gen_funcs.sh
patch
|
blob
|
history
diff --git
a/gen_funcs.sh
b/gen_funcs.sh
index 12722ca58c368306719a5ce120881f3fec35afbd..cfb9d6b3d9fbf04ceeb45bddc681bd65f1458a32 100755
(executable)
--- a/
gen_funcs.sh
+++ b/
gen_funcs.sh
@@
-254,7
+254,7
@@
then
do
print_info 1 " >> removing ${i}"
rm "${i}"
- done < <(find "${CACHE_DIR}" -maxdepth 1 -type f -name '*.tar.*')
+ done < <(find "${CACHE_DIR}" -maxdepth 1 -type f -name '*.tar.*'
-o -name '*.bz2'
)
fi
}