]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
RPM spec file: backport a typo fix, {$ becomes ${.
authorGraham Leggett <minfrin@apache.org>
Fri, 15 Oct 2010 21:05:19 +0000 (21:05 +0000)
committerGraham Leggett <minfrin@apache.org>
Fri, 15 Oct 2010 21:05:19 +0000 (21:05 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1023111 13f79535-47bb-0310-9956-ffa450edef68

build/rpm/httpd.init

index cf3f5a60d58edb5f1d774a98e840059765d32733..9fdab6ea3472f56269620cc54f0961969ca6909e 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
         ;;