# HG changeset patch # User krauss # Date 1276164513 -7200 # Node ID 842fff4c35ef2515da18be8c28b9c27eba163495 # Parent f076ca61dc0067ad2bec16b9d59f525f13a66eef Adapted Mirabelle script (cf. f60e4dd6d76f) diff -r f076ca61dc00 -r 842fff4c35ef src/HOL/Mirabelle/lib/scripts/mirabelle.pl --- a/src/HOL/Mirabelle/lib/scripts/mirabelle.pl Tue Jun 08 07:45:39 2010 +0200 +++ b/src/HOL/Mirabelle/lib/scripts/mirabelle.pl Thu Jun 10 12:08:33 2010 +0200 @@ -63,10 +63,10 @@ begin setup {* - Config.put_thy Mirabelle.logfile "$log_file" #> - Config.put_thy Mirabelle.timeout $timeout #> - Config.put_thy Mirabelle.start_line $start_line #> - Config.put_thy Mirabelle.end_line $end_line + Config.put_global Mirabelle.logfile "$log_file" #> + Config.put_global Mirabelle.timeout $timeout #> + Config.put_global Mirabelle.start_line $start_line #> + Config.put_global Mirabelle.end_line $end_line *} END