aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/x11-common
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2014-07-03 14:54:37 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-07-03 17:38:46 +0100
commitb3090263ba31702631270643c7a7d7af8f4d9234 (patch)
treeaa734a8ca7c07895a66375704a485d4a83893c87 /meta/recipes-graphics/x11-common
parentc85f5ec502fecb1ff63f8e795a0da5fc92eca0c1 (diff)
downloadopenembedded-core-contrib-b3090263ba31702631270643c7a7d7af8f4d9234.tar.gz
meta: fix no newline at end of file
Add a '\n' to the last line of the file to fix: No newline at end of file Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/x11-common')
-rw-r--r--meta/recipes-graphics/x11-common/x11-common/etc/X11/Xsession.d/89xdgautostart.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/x11-common/x11-common/etc/X11/Xsession.d/89xdgautostart.sh b/meta/recipes-graphics/x11-common/x11-common/etc/X11/Xsession.d/89xdgautostart.sh
index db7aa229d2..3d7008ca45 100644
--- a/meta/recipes-graphics/x11-common/x11-common/etc/X11/Xsession.d/89xdgautostart.sh
+++ b/meta/recipes-graphics/x11-common/x11-common/etc/X11/Xsession.d/89xdgautostart.sh
@@ -4,4 +4,4 @@ if [ -d $XDGAUTOSTART ]; then
CMD=`grep ^Exec= $SCRIPT | cut -d '=' -f 2`
$CMD &
done
-fi \ No newline at end of file
+fi