Remove superfluous call to exit() in main()

This commit is contained in:
Michael Allman 2011-11-28 23:23:14 -08:00
parent c0b4764683
commit 26fe2594bc
1 changed files with 0 additions and 1 deletions

View File

@ -13,7 +13,6 @@ object Boot
args match {
case Array("--version") =>
println("sbt launcher version " + Package.getPackage("xsbt.boot").getImplementationVersion)
exit(0)
case _ =>
System.clearProperty("scala.home") // avoid errors from mixing Scala versions in the same JVM
CheckProxy()