Skip to content

Commit

Permalink
Workaround until MMTs run-file script is fixed, see UniFormal/MMT#589
Browse files Browse the repository at this point in the history
  • Loading branch information
bessw committed Jul 17, 2024
1 parent e553a2a commit 4aefa23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
set -euxo pipefail

../MMT/deploy/run-file build.msl
#java -Xmx8192m -cp "../MMT/deploy/mmt.jar" info.kwarc.mmt.api.frontend.Run :file build.msl
#../MMT/deploy/run-file build.msl
java -Xmx8192m -cp "../MMT/deploy/mmt.jar" info.kwarc.mmt.api.frontend.Run :file build.msl

0 comments on commit 4aefa23

Please sign in to comment.