From: martin f. krafft Date: Mon, 6 Oct 2008 20:13:46 +0000 (+0200) Subject: do not set SHLVL at start X-Git-Url: https://git.madduck.net/etc/xsession.git/commitdiff_plain/5c272279d2bc0751dd5eea92afff05f17e48a611 do not set SHLVL at start --- diff --git a/.xsession b/.xsession index bbe6b6e..2550f2b 100755 --- a/.xsession +++ b/.xsession @@ -2,8 +2,6 @@ set -u -SHLVL=0 - while :; do for script in $(run-parts --list $HOME/.xsession.d); do echo I: sourcing ${script:t}... >&2