1
0
Files
2022-09-29 17:59:04 +03:00

12 lines
367 B
Plaintext

#ident "@(#)terminfo:ckout 1.6"
echo "`2>/dev/null cat errs|wc -l` entries have been compiled"
echo
2>/dev/null cat errs|grep -iv "^mkdir"|grep -iv "^create"|grep -iv "^link"|grep -vi terminfo.src|grep -vi touch|grep -vi "working"
if [ $? -ne 0 ] ;
then
echo "\tNo Errors"
else
echo "\tErrors can be found in /tmp/terminfo.errs"
cp errs /tmp/terminfo.errs
fi