From 6a4780277aa98b8d3008abb7e71df5971f9fe4b5 Mon Sep 17 00:00:00 2001 From: fattire Date: Fri, 23 Sep 2011 12:18:15 -0700 Subject: [PATCH] Fix a small typo --- init.qcom.bt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.qcom.bt.sh b/init.qcom.bt.sh index 36307777af3..61e1d89d9a4 100755 --- a/init.qcom.bt.sh +++ b/init.qcom.bt.sh @@ -41,7 +41,7 @@ kill_hciattach () # this shell doesn't exit now -- wait returns for normal exit } -/system/bin/qcattach +/system/bin/bcattach # init does SIGTERM on ctl.stop for service trap "kill_hciattach" TERM INT