fixed mira.py (cf. fd50596bf78b)
authorkrauss
Sun, 12 Aug 2012 21:48:58 +0200
changeset 48783 de617c904131
parent 48782 e955964d89cb
child 48784 234702dc4f17
fixed mira.py (cf. fd50596bf78b)
Admin/mira.py
--- 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)