From: Lars Wendler Date: Sun, 28 Apr 2019 10:48:31 +0000 (+0200) Subject: net-nds/openldap: Minor style fix. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=fc7b17c0e890b7cf02754aba8c99602134a84b6d;p=gentoo.git net-nds/openldap: Minor style fix. Package-Manager: Portage-2.3.65, Repoman-2.3.12 Signed-off-by: Lars Wendler --- diff --git a/net-nds/openldap/openldap-2.4.47-r1.ebuild b/net-nds/openldap/openldap-2.4.47-r1.ebuild index 5b6b5239e468..942ddca8b1f6 100644 --- a/net-nds/openldap/openldap-2.4.47-r1.ebuild +++ b/net-nds/openldap/openldap-2.4.47-r1.ebuild @@ -272,7 +272,7 @@ openldap_find_versiontags() { eerror " against ${NEWVER} and your database may be inaccessible." echo fail=1 - elif [[ -n "${OLDVER}" ]]&& [[ -z "${NEWVER}" ]]; then + elif [[ -n "${OLDVER}" ]] && [[ -z "${NEWVER}" ]]; then eerror " Your existing version of OpenLDAP was built against" eerror " sys-libs/db:${OLDVER}, but the new one will not be" eerror " built against any version and your database may be"