mirror of
https://git.yoctoproject.org/poky
synced 2026-03-17 04:39:40 +01:00
tiny-init: fix bashism
"source" is a bashism, replace it with the posix shell compliant "." (From meta-yocto rev: 44174721aeba2c18712818ac3698ee6807754ea7) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user