list: title no longer needs to be a strict word

This commit is contained in:
NRK
2021-09-08 06:27:41 +06:00
parent b8ea39ce91
commit 234709d77a

2
sxbm
View File

@ -121,7 +121,7 @@ bm_list() {
;;
*)
tmp_title="$(echo "$1" | tr '[:lower:]' '[:upper:]')"
QUERY_TITLE="toupper(\$0)~\"[[:blank:]]$tmp_title[[:blank:]]\" $TITLE_STRICT $QUERY_TITLE"
QUERY_TITLE="toupper(\$0)~\"[^+]$tmp_title\" $TITLE_STRICT $QUERY_TITLE"
;;
esac
shift