Missed one with ed901b5499

This commit is contained in:
g0tmi1k 2017-06-27 11:41:43 +01:00
parent ed901b5499
commit ec953c87a3

View file

@ -651,7 +651,7 @@ fi
## If we are NOT to use the path name ("-t"/"-e")
if [[ "${FILEPATH}" -eq 0 ]]; then
SEARCH="${SEARCH} | awk -F '[,]' '${CASE_TAG_FGREP}(\$3) ~ /${AWK_SEARCH}/ {print}'"
SEARCH="${SEARCH} | awk -F '[,]' '${CASE_TAG_FGREP}(\$2) ~ /${AWK_SEARCH}/ {print}'"
fi