Skip to content
Snippets Groups Projects
Commit 9bc20fbb authored by Philippe Suter's avatar Philippe Suter
Browse files

fixed script

parent c84f2062
No related branches found
No related tags found
No related merge requests found
...@@ -34,7 +34,7 @@ object Leon extends Build { ...@@ -34,7 +34,7 @@ object Leon extends Build {
fw.write(scalaHomeDir) fw.write(scalaHomeDir)
fw.write("\" -Dscala.usejavacp=true ") fw.write("\" -Dscala.usejavacp=true ")
fw.write("scala.tools.nsc.MainGenericRunner -classpath ${SCALACLASSPATH} ") fw.write("scala.tools.nsc.MainGenericRunner -classpath ${SCALACLASSPATH} ")
fw.write("funcheck.Main $@" + nl) fw.write("leon.plugin.Main $@" + nl)
fw.close fw.close
scriptFile.setExecutable(true) scriptFile.setExecutable(true)
} catch { } catch {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment