MFC version 1.55, safety belt for the (unlikely) disappearance of
the temproot before a -r run.
This commit is contained in:
parent
ea8bce89a3
commit
1cada22fa6
@ -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 ''
|
||||
|
Loading…
x
Reference in New Issue
Block a user