Merge pull request #265 from cia-rana/master

Fix typo in execRunner()
This commit is contained in:
eugene yokota 2019-05-10 00:15:16 -04:00 committed by GitHub
commit bf22cd4696
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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...
"$@"
}