Fix typo in execRunner()

This commit is contained in:
cia-rana 2019-05-10 12:19:28 +09:00
parent 5efa7d5947
commit c94af60119
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...
"$@"
}