execRunner should exec.

This avoids having a stray bash process that's not useful for anything.
This commit is contained in:
David M. Lee 2012-01-05 16:27:40 -06:00 committed by Paul Phillips
parent 0afdf8cd48
commit 1c84c7fca1
1 changed files with 1 additions and 1 deletions

2
sbt
View File

@ -104,7 +104,7 @@ execRunner () {
echo ""
}
"$@"
exec "$@"
}
echoerr () {