Remove mt-unix sanitization, there is no mt-unix here.

This commit is contained in:
Fred Fish 1993-03-23 04:34:52 +00:00
parent 541a052b02
commit 56ce514e42
1 changed files with 0 additions and 11 deletions

View File

@ -61,17 +61,6 @@ else
mv new $i
fi
done
echo Thawing the \"chill\" out of mt-unix...
cp mt-unix new
sed -e '
/CHILL =/d
/CHILLFLAGS =/d
' < mt-unix > new
if [ -n "${safe}" -a ! -f .Recover/mt-unix ] ; then
echo Caching mt-unix in .Recover...
mv mt-unix .Recover
fi
mv new mt-unix
fi
# eof