Missed one with ed901b5499
This commit is contained in:
parent
ed901b5499
commit
ec953c87a3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue