Skip to content

Commit 4aefa23

Browse files
committed
Workaround until MMTs run-file script is fixed, see UniFormal/MMT#589
1 parent e553a2a commit 4aefa23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
22
set -euxo pipefail
33

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

0 commit comments

Comments
 (0)