diff options
author | Jeremy Huddleston <jeremy@tifa.local> | 2008-03-02 10:32:58 -0800 |
---|---|---|
committer | Jeremy Huddleston <jeremy@tifa.local> | 2008-03-02 10:32:58 -0800 |
commit | 96c8650369a99e344b4e3510f713b331d83c4272 (patch) | |
tree | f591f24cb6d56c8314339454e58cb708b0b02f98 | |
parent | aa026deef43a8c1479e6a558194e0a473bbdaeb0 (diff) |
Apple: Use -c in the launchd plist, so broken .profile/.bashrc don't much up startx
-rw-r--r-- | org.x.X11.plist.cpp | 1 |
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> |