Don't quote the search string.
This commit is contained in:
parent
958e890538
commit
e21d3c83ab
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue