proper file name (amending ce3409dfb18c);
authorwenzelm
Wed, 19 Feb 2020 15:40:28 +0100
changeset 71459 4876e6f62fe5
parent 71458 dd7e398a04ae
child 71460 8f628d216ea1
proper file name (amending ce3409dfb18c);
Admin/Linux/Isabelle_app
src/Pure/Admin/build_release.scala
--- a/Admin/Linux/Isabelle_app	Tue Feb 18 18:08:11 2020 +0100
+++ b/Admin/Linux/Isabelle_app	Wed Feb 19 15:40:28 2020 +0100
@@ -12,8 +12,7 @@
 
 # Java runtime options
 
-ISABELLE_NAME="$(basename "$0" .run)"
-declare -a JAVA_OPTIONS=($(perl -p -e 's,#.*$,,g;' "$ISABELLE_HOME/${ISABELLE_NAME}.options"))
+declare -a JAVA_OPTIONS=($(perl -p -e 's,#.*$,,g;' "$ISABELLE_HOME/Isabelle.options"))
 
 
 # main
--- a/src/Pure/Admin/build_release.scala	Tue Feb 18 18:08:11 2020 +0100
+++ b/src/Pure/Admin/build_release.scala	Wed Feb 19 15:40:28 2020 +0100
@@ -506,7 +506,7 @@
 
         platform match {
           case Platform.Family.linux =>
-            File.write(isabelle_target + Path.explode(isabelle_name + ".options"),
+            File.write(isabelle_target + Path.explode("Isabelle.options"),
               terminate_lines(java_options_title :: java_options))
 
             val isabelle_app = isabelle_target + Path.explode("lib/scripts/Isabelle_app")