hwoarang 15/01/16 19:37:50 Modified: Xsession Log: Drop quotes from exec arguments. Bug #533456 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 09BF4F54C2BA7F3C!)
Revision Changes Path 1.3 x11-misc/lightdm/files/Xsession file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/lightdm/files/Xsession?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/lightdm/files/Xsession?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/lightdm/files/Xsession?r1=1.2&r2=1.3 Index: Xsession =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-misc/lightdm/files/Xsession,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- Xsession 12 Jan 2015 19:49:26 -0000 1.2 +++ Xsession 16 Jan 2015 19:37:50 -0000 1.3 @@ -71,4 +71,4 @@ echo "X session wrapper complete, running session $@" -exec "$command" +exec $command