pass return code!!
authorwenzelm
Wed, 03 Dec 1997 12:55:04 +0100
changeset 4355 68c7c544570c
parent 4354 7f4da01bdf0e
child 4356 0dfd34f0d33d
pass return code!!
bin/isabelle
--- 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