Remove invisible space

This commit is contained in:
g0tmi1k 2021-09-03 21:11:18 +01:00
parent 6cbe6ebbb6
commit 0ae4570065

View file

@ -539,7 +539,7 @@ function findresults() {
FORMAT_COL2=$(( ${COL2} - 2 )) FORMAT_COL2=$(( ${COL2} - 2 ))
## Are we doing a fuzzy search & did we manage to detect the version ## Are we doing a fuzzy search & did we manage to detect the version
if [[ "${FUZZY}" -eq 1 ]] && [[ -n "${VERSION}" ]]; then if [[ "${FUZZY}" -eq 1 ]] && [[ -n "${VERSION}" ]]; then
## SubShells - http://mywiki.wooledge.org/BashFAQ/024 ## SubShells - http://mywiki.wooledge.org/BashFAQ/024
while IFS= read -r TITLE; do while IFS= read -r TITLE; do
@ -608,7 +608,7 @@ function findresults() {
)" )"
## If there are no results, no point going on ## If there are no results, no point going on
[[ -z "$OUTPUT" ]] \ [[ -z "$OUTPUT" ]] \
&& return && return