changeset 77374 | 268bf61631ec |
parent 77372 | 44fe9fe96130 |
child 77375 | 324f5821a4a4 |
--- a/src/Pure/Tools/build_process.scala Sun Feb 26 13:06:19 2023 +0100 +++ b/src/Pure/Tools/build_process.scala Sun Feb 26 13:15:41 2023 +0100 @@ -423,7 +423,7 @@ db.using_statement(Config.table.insert()) { stmt => stmt.string(1) = instance stmt.string(2) = Isabelle_System.getenv("ML_IDENTIFIER") - stmt.string(3) = options.changed(Options.init(prefs = "")).mkString("\u0001") + stmt.string(3) = options.make_prefs(Options.init(prefs = "")) stmt.execute() }