Update search facility.

This commit is contained in:
Darren 'Tadgy' Austin 2023-10-14 20:16:55 +01:00
commit 958e890538
2 changed files with 4 additions and 1 deletions

View file

@ -85,6 +85,9 @@ else
[[ "${ITEM/$STORAGE_PREFIX}" =~ $REGEX ]] && continue 2
done <<<"${IGNORE_REGEXES[@]}"
# Don't list the path searched for.
[[ "${ITEM/$STORAGE_PREFIX}" == "$QS_p" ]] && continue
# List the item.
printf "%s\\n" "${ITEM/$STORAGE_PREFIX}"