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>
This commit is contained in:
Darren Hart 2011-07-15 14:44:24 -07:00 committed by Richard Purdie
parent a17adf1c8a
commit 49b37438cd
1 changed files with 1 additions and 1 deletions

View File

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