← Back to team overview

registry team mailing list archive

[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.