| changeset 69033 | c5db368833b1 |
| parent 68704 | 71aa5a9128c2 |
| child 69255 | 800b1ce96fce |
--- a/src/Pure/Thy/present.scala Sat Sep 22 13:22:43 2018 +0200 +++ b/src/Pure/Thy/present.scala Sat Sep 22 14:24:53 2018 +0200 @@ -319,6 +319,6 @@ build_document(document_dir = document_dir, document_name = document_name, document_format = document_format, tags = tags) } - catch { case ERROR(msg) => Output.writeln(msg); sys.exit(1) } + catch { case ERROR(msg) => Output.writeln(msg); sys.exit(2) } }) }