From: Otavio Salvador Date: Sat, 9 Sep 2023 12:54:59 +0000 (-0300) Subject: weston-init: fix init code indentation X-Git-Tag: 2023-04.4~57 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=feb3af7fe3f1a062946de71a76c11388f9e50c90;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git weston-init: fix init code indentation Tested-by: Tom Hochstein Signed-off-by: Otavio Salvador Signed-off-by: Richard Purdie (cherry picked from commit c08d474c97ce071ba376b66f30d6ee0a6159d596) Signed-off-by: Steve Sakoman --- diff --git a/meta/recipes-graphics/wayland/weston-init/init b/meta/recipes-graphics/wayland/weston-init/init index d3b0d1873eb..a5c54e001e4 100644 --- a/meta/recipes-graphics/wayland/weston-init/init +++ b/meta/recipes-graphics/wayland/weston-init/init @@ -30,7 +30,7 @@ done case "$1" in start) . /etc/profile - export HOME=ROOTHOME + export HOME=ROOTHOME WESTON_USER=weston weston-start $OPTARGS & ;;