Update search facility.
This commit is contained in:
parent
6f2b84b0b9
commit
958e890538
2 changed files with 4 additions and 1 deletions
|
@ -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}"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue