summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2021-04-29 11:30:44 +0200
committerLars Wendler <polynomial-c@gentoo.org>2021-04-29 11:30:44 +0200
commit03882029a2dcbe2aa9df402b36788db33ac94b9d (patch)
treedc3ef18fdcd450320bcd83d5435fa366b0a9d3b4 /2.4/scripts
parentrolltarball.sh: Use bash features as we already have bash in shebang (diff)
downloadapache-03882029a2dcbe2aa9df402b36788db33ac94b9d.tar.gz
apache-03882029a2dcbe2aa9df402b36788db33ac94b9d.tar.bz2
apache-03882029a2dcbe2aa9df402b36788db33ac94b9d.zip
Minor shell style fixes
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to '2.4/scripts')
-rw-r--r--2.4/scripts/apache2ctl2
1 files changed, 1 insertions, 1 deletions
diff --git a/2.4/scripts/apache2ctl b/2.4/scripts/apache2ctl
index 872044b..890ded5 100644
--- a/2.4/scripts/apache2ctl
+++ b/2.4/scripts/apache2ctl
@@ -89,7 +89,7 @@ configdump() {
}
-if ! is_systemd; then
+if ! is_systemd ; then
# If systemd IS NOT detected, run the legacy apache2ctl code
# If first parameter is a verb defined in $RC_VERBS, pass the command to init script.