Make emp_client shut up about TERM variable.

This commit is contained in:
Marc Olzheim 2004-06-20 14:01:20 +00:00
parent d35f51be90
commit 6e63f30d9f

View file

@ -24,6 +24,8 @@ esac
PROGNAME="$0"
CVS_RSH=ssh
export CVS_RSH
TERM="${TERM:-vt100}"
export TERM
usage() {
echo "Usage: ${PROGNAME} <configfile>" >&2;