[OE-core] [CONSOLIDATED PULL 15/22] ofono: fix test block syntax error

Saul Wold sgw at linux.intel.com
Tue Jul 19 06:51:02 UTC 2011


From: Darren Hart <dvhart at linux.intel.com>

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 at linux.intel.com>
---
 meta/recipes-connectivity/ofono/ofono/ofono |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-connectivity/ofono/ofono/ofono b/meta/recipes-connectivity/ofono/ofono/ofono
index 6d46fb8..cc99709 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
 
-- 
1.7.3.4





More information about the Openembedded-core mailing list