diff options
-rw-r--r-- | meta-yocto/recipes-core/tiny-init/files/init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-yocto/recipes-core/tiny-init/files/init b/meta-yocto/recipes-core/tiny-init/files/init index 4b78f017fe..9140e9558e 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 | |||
15 | 15 | ||
16 | # Allow for distro or local customizations | 16 | # Allow for distro or local customizations |
17 | if [ -f /etc/rc.local ] ; then | 17 | if [ -f /etc/rc.local ] ; then |
18 | source /etc/rc.local | 18 | . /etc/rc.local |
19 | fi | 19 | fi |
20 | 20 | ||
21 | # Become session leader and try to find a real tty (e.g. ttyS0) | 21 | # Become session leader and try to find a real tty (e.g. ttyS0) |