[oe-commits] Darren Hart : ofono: fix test block syntax error

git version control git at git.openembedded.org
Tue Jul 19 16:34:20 UTC 2011


Module: openembedded-core.git
Branch: master
Commit: 539e038574b1eec9d3b51329135671e8933288ac
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=539e038574b1eec9d3b51329135671e8933288ac

Author: Darren Hart <dvhart at linux.intel.com>
Date:   Fri Jul 15 14:44:24 2011 -0700

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 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
 





More information about the Openembedded-commits mailing list