MFC version 1.55, safety belt for the (unlikely) disappearance of

the temproot before a -r run.
This commit is contained in:
dougb 2007-12-24 05:50:46 +00:00
parent ea8bce89a3
commit 1cada22fa6

View File

@ -838,6 +838,13 @@ mm_install () {
return $?
}
if [ ! -d "${TEMPROOT}" ]; then
echo "*** FATAL ERROR: The temproot directory (${TEMPROOT})"
echo ' has disappeared!'
echo ''
exit 1
fi
echo ''
echo "*** Beginning comparison"
echo ''