From c94af60119f54436ed524cf376d235e4c289afc1 Mon Sep 17 00:00:00 2001 From: cia-rana Date: Fri, 10 May 2019 12:19:28 +0900 Subject: [PATCH] Fix typo in execRunner() --- src/universal/bin/sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/universal/bin/sbt b/src/universal/bin/sbt index 9dd623ec8..7447bb89b 100755 --- a/src/universal/bin/sbt +++ b/src/universal/bin/sbt @@ -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... "$@" }