summarylogtreecommitdiffstats
path: root/Xsession-loginshell.patch
diff options
context:
space:
mode:
Diffstat (limited to 'Xsession-loginshell.patch')
-rw-r--r--Xsession-loginshell.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/Xsession-loginshell.patch b/Xsession-loginshell.patch
deleted file mode 100644
index 3710752efa62..000000000000
--- a/Xsession-loginshell.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- config/Xsession.cpp.orig 2008-06-21 13:57:36.000000000 +0000
-+++ config/Xsession.cpp 2008-06-21 14:01:25.000000000 +0000
-@@ -56,11 +56,7 @@
- resources=$HOME/.Xresources
-
- if [ -s "$startup" ]; then
-- if [ -x "$startup" ]; then
-- exec "$startup"
-- else
-- exec /bin/sh "$startup"
-- fi
-+ exec /bin/sh -ls -c "$startup"
- else
- if [ -r "$resources" ]; then
- BINDIR/xrdb -load "$resources"