PTU5KAS/kas
Claudius Heine 81a30bc600 Added SHELL and TERM to environment whitelist and start $SHELL if set
Currently the shell provided via the 'shell' command is always '/bin/sh'
and does not have a TERM variable set. This is a rather spartan shell
experience.

With this patch we add the TERM variable to the whitelist, so that
pagers work better and made the shell binary dependent from the SHELL
environment variable. If no such variable is set, we fall back to using
'/bin/sh'.

Signed-off-by: Claudius Heine <ch@denx.de>
2017-06-19 10:40:01 +02:00
..
__init__.py Initial public release 2017-06-14 15:21:19 +02:00
__main__.py Initial public release 2017-06-14 15:21:19 +02:00
__version__.py Initial public release 2017-06-14 15:21:19 +02:00
build.py Initial public release 2017-06-14 15:21:19 +02:00
config.py Initial public release 2017-06-14 15:21:19 +02:00
kas.py Print help if no arguments are provided 2017-06-19 10:04:22 +02:00
kasstate.py Initial public release 2017-06-14 15:21:19 +02:00
libcmds.py Initial public release 2017-06-14 15:21:19 +02:00
libkas.py Added SHELL and TERM to environment whitelist and start $SHELL if set 2017-06-19 10:40:01 +02:00
repos.py Initial public release 2017-06-14 15:21:19 +02:00
shell.py Added SHELL and TERM to environment whitelist and start $SHELL if set 2017-06-19 10:40:01 +02:00