summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-servers')
-rw-r--r--www-servers/apache/apache-2.4.50.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/www-servers/apache/apache-2.4.50.ebuild b/www-servers/apache/apache-2.4.50.ebuild
index 6a9cffacc43c..0324ab43e57a 100644
--- a/www-servers/apache/apache-2.4.50.ebuild
+++ b/www-servers/apache/apache-2.4.50.ebuild
@@ -162,7 +162,7 @@ src_configure() {
}
src_compile() {
- if tc-is-cross-compiler; then
+ if tc-is-cross-compiler ; then
# This header is the same across targets, so use the build compiler.
pushd server >/dev/null
emake gen_test_char
@@ -249,7 +249,7 @@ pkg_postinst() {
lbset=1 && break
fi
done
- if [ ! ${lbset} ] ; then
+ if [[ ! ${lbset} ]] ; then
echo
ewarn "Info: Missing load balancing scheduler algorithm module"
ewarn "(They were split off from proxy_balancer in 2.3)"