mirror of https://github.com/sbt/sbt.git
Remove superfluous call to exit() in main()
This commit is contained in:
parent
c0b4764683
commit
26fe2594bc
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue