changeset 69366 | b6dacf6eabe3 |
parent 69074 | 787f3db8e313 |
child 71601 | 97ccf48c2f0c |
--- a/src/Pure/System/options.scala Wed Nov 28 15:38:18 2018 +0100 +++ b/src/Pure/System/options.scala Wed Nov 28 16:14:31 2018 +0100 @@ -124,7 +124,7 @@ } def parse_prefs(options: Options, content: String): Options = - parse_file(options, PREFS.base_name, content, syntax = prefs_syntax, parser = prefs_entry) + parse_file(options, PREFS.file_name, content, syntax = prefs_syntax, parser = prefs_entry) } def read_prefs(file: Path = PREFS): String =