We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc6dd64 commit 65072ccCopy full SHA for 65072cc
build.sbt
@@ -85,7 +85,7 @@ script := {
85
|
86
|SCALACLASSPATH=$cp
87
88
- |java -Xmx2G -Xms512M -Xss64M -classpath "$${SCALACLASSPATH}" -Dscala.usejavacp=true inox.Main $$@ 2>&1
+ |java -Xmx2G -Xms512M -Xss64M -classpath "$${SCALACLASSPATH}" -Dscala.usejavacp=true inox.Main "$$@" 2>&1
89
|""".stripMargin)
90
file.setExecutable(true)
91
} catch {
0 commit comments