summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <jeremy@tifa.local>2008-03-02 10:32:58 -0800
committerJeremy Huddleston <jeremy@tifa.local>2008-03-02 10:32:58 -0800
commit96c8650369a99e344b4e3510f713b331d83c4272 (patch)
treef591f24cb6d56c8314339454e58cb708b0b02f98
parentaa026deef43a8c1479e6a558194e0a473bbdaeb0 (diff)
downloadxorg-app-xinit-96c8650369a99e344b4e3510f713b331d83c4272.tar.gz
Apple: Use -c in the launchd plist, so broken .profile/.bashrc don't much up startx
-rw-r--r--org.x.X11.plist.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/org.x.X11.plist.cpp b/org.x.X11.plist.cpp
index 2e597ca..3ee22bd 100644
--- a/org.x.X11.plist.cpp
+++ b/org.x.X11.plist.cpp
@@ -9,6 +9,7 @@
#ifdef __APPLE__
<string>/bin/bash</string>
<string>--login</string>
+ <string>-c</string>
#endif
<string>__bindir__/startx</string>
</array>