[poky] [PATCH 1/1] tiny-init: fix bashism
Qi.Chen at windriver.com
Qi.Chen at windriver.com
Fri Aug 2 00:56:48 PDT 2013
From: Chen Qi <Qi.Chen at windriver.com>
Signed-off-by: Chen Qi <Qi.Chen at windriver.com>
---
meta-yocto/recipes-core/tiny-init/files/init | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-yocto/recipes-core/tiny-init/files/init b/meta-yocto/recipes-core/tiny-init/files/init
index 4b78f01..9140e95 100644
--- a/meta-yocto/recipes-core/tiny-init/files/init
+++ b/meta-yocto/recipes-core/tiny-init/files/init
@@ -15,7 +15,7 @@ ifup lo
# Allow for distro or local customizations
if [ -f /etc/rc.local ] ; then
- source /etc/rc.local
+ . /etc/rc.local
fi
# Become session leader and try to find a real tty (e.g. ttyS0)
--
1.7.9.5
More information about the poky
mailing list