summaryrefslogtreecommitdiffstats
path: root/lib/db.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lib/db.sh')
-rw-r--r--lib/db.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/db.sh b/lib/db.sh
index 9e0533c..449e14c 100644
--- a/lib/db.sh
+++ b/lib/db.sh
@@ -136,6 +136,8 @@ db_foreach_source()
local cb="${3}"
local dir=
+ shift 3
+
dir="${opt_base_dir}/feeds/${chan}/${dist}/.db"
# For each hash:
for dir in "${dir}/"*/; do