]> git.sur5r.net Git - i3/i3/commit
Fix start_application() doc about which shell is used
authorTony Crisci <tony@dubstepdish.com>
Sun, 21 Dec 2014 00:17:14 +0000 (19:17 -0500)
committerMichael Stapelberg <michael@stapelberg.de>
Mon, 22 Dec 2014 08:48:03 +0000 (09:48 +0100)
commit69dd8ce3984063fbc8bf5f8884690a16748be9f6
treefbe3b8680113e528302df57bfe8b1646ac214f84
parent823b46a544679c55319af1afe000b67c74f47dcd
Fix start_application() doc about which shell is used

Since this commit:

f691a55923850a4d315450925fc98733d07b69c9

the shell that is used is the system's bourne shell (/bin/sh) and the
env variable SHELL is not considered.

No logic changes.
include/startup.h
src/startup.c