bin/isabelle
changeset 4355 68c7c544570c
parent 4333 1d326b826851
child 4516 f90b2d459a1b
--- a/bin/isabelle	Wed Dec 03 11:42:45 1997 +0100
+++ b/bin/isabelle	Wed Dec 03 12:55:04 1997 +0100
@@ -176,7 +176,9 @@
 else
   $ISABELLE_HOME/lib/scripts/run-$ML_SYSTEM_BASE
 fi
-
+RC=$?
 
 #Do not even think of 'rm -r'!!
 rmdir $ISABELLE_TMP
+
+exit $RC