Don't quote the search string.

This commit is contained in:
Darren 'Tadgy' Austin 2023-10-14 21:03:43 +01:00
commit e21d3c83ab

View file

@ -92,5 +92,5 @@ else
printf "%s\\n" "${ITEM/$STORAGE_PREFIX}"
(( I++ ))
done < <(locate -A -d "$LOCATE_DB" -i -l "$(( QS_l * 2 ))" "$STORAGE_PREFIX/${QS_p##/}" "$QS_q" | sort)
done < <(locate -A -d "$LOCATE_DB" -i -l "$(( QS_l * 2 ))" "$STORAGE_PREFIX/${QS_p##/}" $QS_q | sort)
fi