net-nds/openldap: Minor style fix.
authorLars Wendler <polynomial-c@gentoo.org>
Sun, 28 Apr 2019 10:48:31 +0000 (12:48 +0200)
committerLars Wendler <polynomial-c@gentoo.org>
Sun, 28 Apr 2019 10:48:44 +0000 (12:48 +0200)
Package-Manager: Portage-2.3.65, Repoman-2.3.12
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
net-nds/openldap/openldap-2.4.47-r1.ebuild

index 5b6b5239e46886640ef1362d37998fd30a45affd..942ddca8b1f6fce78abc3e970c474a1ee5b09305 100644 (file)
@@ -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"