Merge pull request #94 from g0tmi1k/searchsploit

Missed one with ed901b5499
This commit is contained in:
g0tmi1k 2017-06-27 11:45:40 +01:00 committed by GitHub
commit 40b350e820

View file

@ -651,7 +651,7 @@ fi
## If we are NOT to use the path name ("-t"/"-e") ## If we are NOT to use the path name ("-t"/"-e")
if [[ "${FILEPATH}" -eq 0 ]]; then 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 fi