From 0ae45700652dcd65b0f1925389e6158bfade47f9 Mon Sep 17 00:00:00 2001 From: g0tmi1k Date: Fri, 3 Sep 2021 21:11:18 +0100 Subject: [PATCH] Remove invisible space --- searchsploit | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/searchsploit b/searchsploit index e6823b471..3e40e07b2 100755 --- a/searchsploit +++ b/searchsploit @@ -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