From 49b37438cd5c72be11dfee54de2d25c439f35314 Mon Sep 17 00:00:00 2001 From: Darren Hart Date: Fri, 15 Jul 2011 14:44:24 -0700 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-connectivity/ofono/ofono/ofono | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-connectivity') 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 -- cgit v1.2.3-54-g00ecf