diff options
author | Stefan Fritsch <sf@apache.org> | 2010-06-26 20:56:09 +0200 |
---|---|---|
committer | Stefan Fritsch <sf@apache.org> | 2010-06-26 20:56:09 +0200 |
commit | 8a76195236ce73313cf521d40c9631bddb77a2e7 (patch) | |
tree | e537a3fc13de96af4df49740bbc2f882b1554c1c /build | |
parent | Stop compressing if we are doing a HEAD request and the content-length filter (diff) | |
download | apache2-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')
-rwxr-xr-x | build/rpm/httpd.init | 2 |
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 ;; |