Make emp_client shut up about TERM variable.
This commit is contained in:
parent
d35f51be90
commit
6e63f30d9f
1 changed files with 2 additions and 0 deletions
|
@ -24,6 +24,8 @@ esac
|
|||
PROGNAME="$0"
|
||||
CVS_RSH=ssh
|
||||
export CVS_RSH
|
||||
TERM="${TERM:-vt100}"
|
||||
export TERM
|
||||
|
||||
usage() {
|
||||
echo "Usage: ${PROGNAME} <configfile>" >&2;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue