Consultor Eletrônico



Kbase 12352: How to detect invalid TERM environment used in Protermcap.
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/05/1998
How to detect invalid TERM environment used in Protermcap.

Use the following script to detect an invalid TERM setup, when all
environment variables are set up correctly:

mbpro -p prostart.p > /dev
ull
ret=$?
if [ $ret != 0 ]
then
echo "Error in TERM - please set TERM corretly"
echo "Term is set to $TERM"
exit
fi
# setup is ok
pro

Progress Software Technical Support Note # 12352