Skip to content
Snippets Groups Projects
Commit ad63cf42 authored by Etienne Kneuss's avatar Etienne Kneuss
Browse files

tee should not catch signals

parent 007a5995
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ object Leon extends Build {
|
|SCALACLASSPATH="$paths"
|
|java -Xmx2G -Xms512M -classpath $${SCALACLASSPATH} -Dscala.usejavacp=false scala.tools.nsc.MainGenericRunner -classpath $${SCALACLASSPATH} leon.Main $$@ 2>&1 | tee last.log
|java -Xmx2G -Xms512M -classpath $${SCALACLASSPATH} -Dscala.usejavacp=false scala.tools.nsc.MainGenericRunner -classpath $${SCALACLASSPATH} leon.Main $$@ 2>&1 | tee -i last.log
|""".stripMargin)
f.setExecutable(true)
......
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