From b3090263ba31702631270643c7a7d7af8f4d9234 Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Thu, 3 Jul 2014 14:54:37 +0800 Subject: 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 Signed-off-by: Richard Purdie --- .../x11-common/x11-common/etc/X11/Xsession.d/89xdgautostart.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-graphics/x11-common') 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 -- cgit 1.2.3-korg