File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
src/main/kotlin/kscript/app Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ import java.nio.file.Files
1111import java.nio.file.Paths
1212import java.security.MessageDigest
1313import javax.xml.bind.DatatypeConverter
14+ import kotlin.system.exitProcess
1415
1516
1617/* *
@@ -37,7 +38,7 @@ Use '--clear-cache' to wipe cached script jars and urls
3738Use '--self-update' to wipe cached script jars and urls
3839
3940Options:
40- -i --interactive Create interactive shell with DEPS as declared in script
41+ -i --interactive Create interactive shell with dependencies as declared in script
4142
4243Copyright : 2017 Holger Brandl
4344License : MIT
@@ -120,6 +121,7 @@ fun main(args: Array<String>) {
120121 System .err.println (" kotlinc ${kotlinOpts} -classpath '${classpath} '" )
121122
122123 println (" kotlinc ${kotlinOpts} -classpath ${classpath} " )
124+ exitProcess(0 )
123125 }
124126
125127 val scriptFileExt = scriptFile.extension
You can’t perform that action at this time.
0 commit comments