xsession: set SHELL to /bin/sh

`/bin/sh` doesn't set the SHELL variable itself. We don't need bash
here.
This commit is contained in:
Vincent Bernat 2015-03-20 19:34:20 +01:00
parent fc2fd51f94
commit 10c9c02975

View file

@ -1,5 +1,8 @@
#!/bin/sh
# Setup SHELL
export SHELL=/bin/sh
# Setup PATH
export PATH=$HOME/bin:/sbin:/usr/local/sbin:/usr/sbin:/bin:/usr/local/bin:/usr/bin:/usr/local/games:/usr/games