saved helper.sh

This commit is contained in:
fabolous005 2024-10-03 16:33:07 +02:00
parent fc43fb0567
commit 76853d4d89

View File

@ -170,7 +170,7 @@ function _matches_live() {
} }
function _matches_testing() { function _matches_testing() {
[[ "$ACCEPT_KEYWORDS" == *~$3* ]] && return 0; [[ "$ACCEPT_KEYWORDS" == *$3* ]] && return 0;
[ ! -f /etc/portage/package.accept_keywords ] && \ [ ! -f /etc/portage/package.accept_keywords ] && \
[ ! -d /etc/portage/package.accept_keywords ] && \ [ ! -d /etc/portage/package.accept_keywords ] && \
return 1; return 1;