registry team mailing list archive
-
registry team
-
Mailing list archive
-
Message #20975
[Bug 651578] Re: TERM enviroment variable not set
FYI - workaround is to set TERM manually.
I do this in /etc/zshrc like so (same code should work in bash or other
bourne-style shells):
if [ ! "$TERM" ]; then
export TERM=xterm
fi
--
TERM enviroment variable not set
https://bugs.launchpad.net/bugs/651578
You received this bug notification because you are a member of Registry
Administrators, which is the registrant for Debian.