summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity
diff options
context:
space:
mode:
authorDarren Hart <dvhart@linux.intel.com>2011-07-15 14:44:24 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-07-19 17:34:19 +0100
commit49b37438cd5c72be11dfee54de2d25c439f35314 (patch)
tree79932d2f6859c057c554a9e55eaeaba489a1ae2d /meta/recipes-connectivity
parenta17adf1c8ab6d806d74a23fecd8a293b0007c26e (diff)
downloadpoky-49b37438cd5c72be11dfee54de2d25c439f35314.tar.gz
ofono: fix test block syntax error
A space is required prior to the closing square bracket. Without it, a parsing error is reported to the console. I don't have hardware to confirm, but I suspect the service would fail to function properly as well. Correct the typo. (From OE-Core rev: 539e038574b1eec9d3b51329135671e8933288ac) Signed-off-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r--meta/recipes-connectivity/ofono/ofono/ofono2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/ofono/ofono/ofono b/meta/recipes-connectivity/ofono/ofono/ofono
index 6d46fb8966..cc9970929c 100644
--- a/meta/recipes-connectivity/ofono/ofono/ofono
+++ b/meta/recipes-connectivity/ofono/ofono/ofono
@@ -4,7 +4,7 @@ DAEMON=/usr/sbin/ofonod
4PIDFILE=/var/run/ofonod.pid 4PIDFILE=/var/run/ofonod.pid
5DESC="Telephony daemon" 5DESC="Telephony daemon"
6 6
7if [ -f /etc/default/ofono] ; then 7if [ -f /etc/default/ofono ] ; then
8 . /etc/default/ofono 8 . /etc/default/ofono
9fi 9fi
10 10