Merge branch 'list' into dev

This commit is contained in:
NRK
2021-05-01 23:41:32 +06:00

4
sxbm
View File

@ -97,8 +97,8 @@ bm_list(){
case "$1" in case "$1" in
+*) +*)
[ -z "$QUERY_TAG" ] && [ -z "$QUERY_TAG" ] &&
QUERY_TAG="/[[:space:]]\\$1[[:space:]]/" || QUERY_TAG="/[[:blank:]]\\$1($| )/" ||
QUERY_TAG="${QUERY_TAG} $QUERY_STRICT /[[:space:]]\\$1[[:space:]]/" QUERY_TAG="${QUERY_TAG} $QUERY_STRICT /[[:blank:]]\\$1($| )/"
shift shift
;; ;;
*) *)