summaryrefslogtreecommitdiff
path: root/x11/wdm/patches/patch-ab
blob: 6d5fc0d4f0bfb68928fdfb29b9267cf2cfb78955 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ab,v 1.4 2005/09/22 21:33:45 jmmv Exp $

--- configs/Xsession.XFree86.orig	2003-06-06 16:48:46.000000000 +0200
+++ configs/Xsession.XFree86
@@ -27,7 +27,7 @@ startup=$HOME/.xsession
 resources=$HOME/.Xresources
 
 if [ -f "$startup" ]; then
-	exec "$startup $1"
+	exec $startup $1
 else
 	if [ -f "$resources" ]; then
 		xrdb -load "$resources"