diff --git a/run.n b/run.n index c24848933..452e6f137 100644 Binary files a/run.n and b/run.n differ diff --git a/script/src/RunScript.hx b/script/src/RunScript.hx index 5d0dcbf02..9c1e8f631 100644 --- a/script/src/RunScript.hx +++ b/script/src/RunScript.hx @@ -21,6 +21,6 @@ class RunScript { //enforce the folder to the current on Sys.setCwd(cwd); //and then execute - Sys.command("haxelib", full_args); + return Sys.command("haxelib", full_args); } }