Merge shellback.(none):/home/msvensson/mysql/mysql-5.0-maint
into shellback.(none):/home/msvensson/mysql/mysql-5.1-maint
This commit is contained in:
commit
d070c84fee
@ -46,3 +46,13 @@ export LD='mwldnlm'
|
|||||||
export LDFLAGS='-entry _LibCPrelude -exit _LibCPostlude -map -flags pseudopreemption'
|
export LDFLAGS='-entry _LibCPrelude -exit _LibCPostlude -map -flags pseudopreemption'
|
||||||
export RANLIB=:
|
export RANLIB=:
|
||||||
export STRIP=:
|
export STRIP=:
|
||||||
|
|
||||||
|
#
|
||||||
|
# Check that TERM has been set to avoid problem "Error opening
|
||||||
|
# terminal: unknown" when the script is executed using non interactive ssh
|
||||||
|
#
|
||||||
|
if test -z "$TERM" -o "$TERM"=dumb
|
||||||
|
then
|
||||||
|
export TERM=linux
|
||||||
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user