]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
weston-init: fix init code indentation
authorOtavio Salvador <otavio@ossystems.com.br>
Sat, 9 Sep 2023 12:54:59 +0000 (09:54 -0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 10 Sep 2023 07:54:33 +0000 (08:54 +0100)
Tested-by: Tom Hochstein <tom.hochstein@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/wayland/weston-init/init

index d3b0d1873ebb89404d29ee34059ec2c82574bdd9..a5c54e001e43aae631df9f41825b79a0866e1d78 100644 (file)
@@ -30,7 +30,7 @@ done
 case "$1" in
   start)
         . /etc/profile
-       export HOME=ROOTHOME
+             export HOME=ROOTHOME
 
         WESTON_USER=weston weston-start $OPTARGS &
   ;;