]> git.sur5r.net Git - i3/i3/commit
Use _PATH_BSHELL to ensure using a bourne shell
authorBaptiste Daroussin <bapt@FreeBSD.org>
Fri, 8 Nov 2013 20:13:35 +0000 (21:13 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Sat, 9 Nov 2013 09:11:32 +0000 (10:11 +0100)
commitf691a55923850a4d315450925fc98733d07b69c9
tree1e425add6e8b455148edd8b151e5f71ee6f8908f
parent857fc0bf175fdbe90f59a6b80935d9b42dd81e83
Use _PATH_BSHELL to ensure using a bourne shell

[Michael]
This commit should fix problems with people using a non-bourne shell as
login shell, e.g. fish or rc. AFAICT, $SHELL should only be used for
interactive shells, but we just want a bourne shell, not an interactive
shell.
i3-nagbar/main.c
i3bar/src/child.c
src/startup.c