summaryrefslogtreecommitdiffstats
path: root/build/rpm
diff options
context:
space:
mode:
authorStefan Fritsch <sf@apache.org>2010-06-26 20:56:09 +0200
committerStefan Fritsch <sf@apache.org>2010-06-26 20:56:09 +0200
commit8a76195236ce73313cf521d40c9631bddb77a2e7 (patch)
treee537a3fc13de96af4df49740bbc2f882b1554c1c /build/rpm
parentStop compressing if we are doing a HEAD request and the content-length filter (diff)
downloadapache2-8a76195236ce73313cf521d40c9631bddb77a2e7.tar.xz
apache2-8a76195236ce73313cf521d40c9631bddb77a2e7.zip
Fix syntax error
PR: 49502 Submitted by: n verger txcx com git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@958266 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build/rpm')
-rwxr-xr-xbuild/rpm/httpd.init2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/rpm/httpd.init b/build/rpm/httpd.init
index 2558a52677..0fdbba960c 100755
--- a/build/rpm/httpd.init
+++ b/build/rpm/httpd.init
@@ -116,7 +116,7 @@ case "$1" in
echo $prog is stopped
RETVAL=3
else
- status -p {$pidfile} $httpd
+ status -p ${pidfile} $httpd
RETVAL=$?
fi
;;