archrelease: copy trunk to testing-x86_64
[arch-packages.git] / xorg-xdm / trunk / Xsession-loginshell.patch
blobd93523e11ce14b6728f0dc22d21d7bfebf0a04ba
1 --- config/Xsession.in.orig 2008-06-21 13:57:36.000000000 +0000
2 +++ config/Xsession.in 2008-06-21 14:01:25.000000000 +0000
3 @@ -56,11 +56,7 @@
4 resources=$HOME/.Xresources
6 if [ -s "$startup" ]; then
7 - if [ -x "$startup" ]; then
8 - exec "$startup"
9 - else
10 - exec /bin/sh "$startup"
11 - fi
12 + exec /bin/sh -ls -c "$startup"
13 else
14 if [ -r "$resources" ]; then
15 BINDIR/xrdb -load "$resources"