aboutsummaryrefslogtreecommitdiffstats
path: root/iurt_cache_cleaner.sh
diff options
context:
space:
mode:
Diffstat (limited to 'iurt_cache_cleaner.sh')
-rwxr-xr-xiurt_cache_cleaner.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/iurt_cache_cleaner.sh b/iurt_cache_cleaner.sh
index b648d34..68c0516 100755
--- a/iurt_cache_cleaner.sh
+++ b/iurt_cache_cleaner.sh
@@ -85,7 +85,7 @@ _EOF_
#
ls "$TOPDIR" |\
while read distro; do
- find -L "$TOPDIR/$distro" -type f -name *.src.rpm |\
+ find -L "$TOPDIR/$distro" -type f -name '*.src.rpm' |\
sed "s@$TOPDIR/$distro/@@;s@/\([^/]\+\)\$@ \1@" |\
while read section srpm; do
echo