commit:     fc7b17c0e890b7cf02754aba8c99602134a84b6d
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 28 10:48:31 2019 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Sun Apr 28 10:48:44 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc7b17c0

net-nds/openldap: Minor style fix.

Package-Manager: Portage-2.3.65, Repoman-2.3.12
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 net-nds/openldap/openldap-2.4.47-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-nds/openldap/openldap-2.4.47-r1.ebuild 
b/net-nds/openldap/openldap-2.4.47-r1.ebuild
index 5b6b5239e46..942ddca8b1f 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"

Reply via email to