saved helper.sh
This commit is contained in:
parent
fc43fb0567
commit
76853d4d89
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user