summaryrefslogtreecommitdiffstats
path: root/functions
diff options
context:
space:
mode:
Diffstat (limited to 'functions')
-rw-r--r--functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions b/functions
index 1a3703f..6cc74a4 100644
--- a/functions
+++ b/functions
@@ -445,7 +445,7 @@ add_full_dir() {
add_symlink "$f" "$(readlink "$f")"
fi
elif [[ -d $f ]]; then
- add_full_dir "$f"
+ add_full_dir "$f" "$filter"
elif [[ -f $f ]]; then
if [[ $f = $filter ]]; then
add_file "$f"