diff --git a/helper.sh b/helper.sh index 5c040c8..cd00d5d 100755 --- a/helper.sh +++ b/helper.sh @@ -170,7 +170,7 @@ function _matches_live() { } function _matches_testing() { - [[ "$ACCEPT_KEYWORDS" == *~$3* ]] && return 0; + [[ "$ACCEPT_KEYWORDS" == *$3* ]] && return 0; [ ! -f /etc/portage/package.accept_keywords ] && \ [ ! -d /etc/portage/package.accept_keywords ] && \ return 1;