aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/ofono
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:33:57 +0100
commit539e038574b1eec9d3b51329135671e8933288ac (patch)
tree993bff905883d75e2b5a3e2a4d8b430825fe3c83 /meta/recipes-connectivity/ofono
parentec5c68e9368111bd51c1cfd6a9a135c53b82ceca (diff)
downloadopenembedded-core-539e038574b1eec9d3b51329135671e8933288ac.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. Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Diffstat (limited to 'meta/recipes-connectivity/ofono')
-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
PIDFILE=/var/run/ofonod.pid
DESC="Telephony daemon"
-if [ -f /etc/default/ofono] ; then
+if [ -f /etc/default/ofono ] ; then
. /etc/default/ofono
fi