]> granicus.if.org Git - apache/commitdiff
Fix syntax error
authorStefan Fritsch <sf@apache.org>
Sat, 26 Jun 2010 18:56:09 +0000 (18:56 +0000)
committerStefan Fritsch <sf@apache.org>
Sat, 26 Jun 2010 18:56:09 +0000 (18:56 +0000)
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

build/rpm/httpd.init

index 2558a526775827d43a298c274756ec2997be847b..0fdbba960c63d1b085481405b6a499acb6459883 100755 (executable)
@@ -116,7 +116,7 @@ case "$1" in
             echo $prog is stopped
             RETVAL=3
         else  
-            status -p {$pidfile} $httpd
+            status -p ${pidfile} $httpd
             RETVAL=$?
         fi
         ;;