Add comment and remove blankspace
Signed-off-by: MMotti <matthew.w.motti@gmail.com>
This commit is contained in:
parent
a9d0690f4d
commit
bcf03647ef
|
@ -149,7 +149,7 @@ if [[ "${#regexList[@]}" -ne 0 ]]; then
|
||||||
str_message="${matchType^} found in ${COL_BOLD}Regex list${COL_NC}"
|
str_message="${matchType^} found in ${COL_BOLD}Regex list${COL_NC}"
|
||||||
# Form a "results" message
|
# Form a "results" message
|
||||||
str_result="${COL_BOLD}${str_regexMatches}${COL_NC}"
|
str_result="${COL_BOLD}${str_regexMatches}${COL_NC}"
|
||||||
|
# If we are displaying more than just the source of the block
|
||||||
if [[ -z "${blockpage}" ]]; then
|
if [[ -z "${blockpage}" ]]; then
|
||||||
# Set the wildcard match flag
|
# Set the wildcard match flag
|
||||||
wcMatch=true
|
wcMatch=true
|
||||||
|
@ -162,7 +162,6 @@ if [[ "${#regexList[@]}" -ne 0 ]]; then
|
||||||
echo "π Regex list"
|
echo "π Regex list"
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue