proper return code (cf. faa452d8e265);
authorwenzelm
Thu, 03 Mar 2016 21:35:16 +0100
changeset 62507 15c36c181130
parent 62506 860cd901ab43
child 62508 d0b68218ea55
proper return code (cf. faa452d8e265);
bin/isabelle_process
--- a/bin/isabelle_process	Thu Mar 03 21:30:31 2016 +0100
+++ b/bin/isabelle_process	Thu Mar 03 21:35:16 2016 +0100
@@ -182,7 +182,7 @@
   esac
   PLATFORM_HEAP_FILE="$(perl "$ISABELLE_HOME/lib/scripts/recode.pl" "$PLATFORM_HEAP_FILE")"
   FIRST_ML_OPTIONS["${#FIRST_ML_OPTIONS[@]}"]="--eval"
-  FIRST_ML_OPTIONS["${#FIRST_ML_OPTIONS[@]}"]="PolyML.SaveState.loadState \"$PLATFORM_HEAP_FILE\" handle exn => (TextIO.output (TextIO.stdErr, General.exnMessage exn ^ \": $HEAP_FILE\\n\"); OS.Process.exit OS.Process.success)"
+  FIRST_ML_OPTIONS["${#FIRST_ML_OPTIONS[@]}"]="PolyML.SaveState.loadState \"$PLATFORM_HEAP_FILE\" handle exn => (TextIO.output (TextIO.stdErr, General.exnMessage exn ^ \": $HEAP_FILE\\n\"); OS.Process.exit OS.Process.failure)"
 fi