From ec9bd064a3b2e495970f49d751d57ca62fa77b84 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Tue, 8 Oct 2024 17:31:51 +0200 Subject: eclass: standardize inherit guard Signed-off-by: David Seifert --- eclass/postgres-multi.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eclass/postgres-multi.eclass') diff --git a/eclass/postgres-multi.eclass b/eclass/postgres-multi.eclass index 92299b8cf34c..5f014389fd89 100644 --- a/eclass/postgres-multi.eclass +++ b/eclass/postgres-multi.eclass @@ -19,7 +19,7 @@ case ${EAPI} in *) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;; esac -if [[ ! ${_POSTGRES_MULTI_ECLASS} ]]; then +if [[ -z ${_POSTGRES_MULTI_ECLASS} ]]; then _POSTGRES_MULTI_ECLASS=1 inherit multibuild postgres -- cgit v1.2.3