Remove invisible space
This commit is contained in:
parent
6cbe6ebbb6
commit
0ae4570065
1 changed files with 2 additions and 2 deletions
|
@ -539,7 +539,7 @@ function findresults() {
|
|||
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
|
||||
## SubShells - http://mywiki.wooledge.org/BashFAQ/024
|
||||
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" ]] \
|
||||
&& return
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue