mirror of https://github.com/sbt/sbt.git
Fix typo in execRunner()
This commit is contained in:
parent
5efa7d5947
commit
c94af60119
|
|
@ -97,7 +97,7 @@ execRunner () {
|
|||
echo ""
|
||||
}
|
||||
|
||||
# THis used to be exec, but we loose the ability to re-hook stty then
|
||||
# This used to be exec, but we loose the ability to re-hook stty then
|
||||
# for cygwin... Maybe we should flag the feature here...
|
||||
"$@"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue