Revert "xsession: set SHELL to /bin/sh"

This reverts commit 10c9c02975. This has
the bad side effect of not using the user shell... Keep the SHELL
variable as is.
This commit is contained in:
Vincent Bernat 2015-03-23 10:00:47 +01:00
parent 10c9c02975
commit 2e7df6eda0

View file

@ -1,8 +1,5 @@
#!/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