Commit 06fea5a2 authored by Vitaly Lipatov's avatar Vitaly Lipatov

fix contains

parent 96b355d9
...@@ -238,7 +238,7 @@ reg_include() ...@@ -238,7 +238,7 @@ reg_include()
contains() contains()
{ {
#estrlist has "$1" "$2" #estrlist has "$1" "$2"
local res="$(estrlist reg_wordexclude "$1" "$2")" local res="$(reg_wordexclude "$1" "$2")"
[ "$res" != "$2" ] [ "$res" != "$2" ]
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment