]> git.pld-linux.org Git - packages/acpid.git/blobdiff - acpid.init
- fixed typos
[packages/acpid.git] / acpid.init
index 4a7f615b396dec6e3d508d197977d6ff6520f428..eefcad386dced0a15df1d95132269221b3db732d 100644 (file)
@@ -58,11 +58,11 @@ case "$1" in
   restart)
        $0 stop
        $0 start
-       exit =$?
+       exit $?
        ;;
   status)
        status acpid
-       exit =$?
+       exit $?
        ;;
   *)
        msg_usage "$0 {start|stop|restart|reload|force-reload|status}"
This page took 0.125646 seconds and 4 git commands to generate.