diff --git a/sbt b/sbt index 210f28c81..f3c37922c 100755 --- a/sbt +++ b/sbt @@ -104,7 +104,7 @@ execRunner () { echo "" } - "$@" + exec "$@" } echoerr () {