Initialize TERM if not set.
This commit is contained in:
parent
17185391ce
commit
c801ff546a
@ -175,7 +175,7 @@ genToc() {
|
||||
# |______________________________________________________________________|
|
||||
|
||||
# Environment
|
||||
TMPDIR=${TMPDIR:-/tmp} TMPDIR=${TMPDIR%/}
|
||||
export TMPDIR=${TMPDIR:-/tmp} TMPDIR=${TMPDIR%/} TERM=${TERM:-dumb}
|
||||
|
||||
# Variables for convenience sequences.
|
||||
bobber=( '.' 'o' 'O' 'o' )
|
||||
|
Loading…
Reference in New Issue
Block a user