fixed mira.py (cf. fd50596bf78b)
--- a/Admin/mira.py Sun Aug 12 20:45:34 2012 +0200
+++ b/Admin/mira.py Sun Aug 12 21:48:58 2012 +0200
@@ -21,10 +21,8 @@
# build and evaluation tools
-default_usedir_options = "$ISABELLE_USEDIR_OPTIONS -d pdf -g true -i true -t true"
-
def prepare_isabelle_repository(loc_isabelle, loc_contrib, loc_dependency_heaps,
- usedir_options=default_usedir_options, more_settings=''):
+ usedir_options='', more_settings=''):
# prepare components
loc_contrib = path.expanduser(loc_contrib)
@@ -38,8 +36,7 @@
Z3_NON_COMMERCIAL="yes"
source "${ISABELLE_HOME}/Admin/init_components"
-%s
-''' % (isabelle_path, usedir_options, more_settings)
+''' + more_settings
writer = open(path.join(loc_isabelle, 'etc', 'settings'), 'a')
writer.write(extra_settings)