Fixes #53 - echo disabled after sbt exits.

Bad flag in bash.  Wish this thing had a compiler....
This commit is contained in:
Josh Suereth 2013-07-30 19:38:33 -04:00
parent 595501304e
commit 19f9330c32
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ run() {
exit_code=$?
# Clean up the terminal from cygwin hacks.
if [[ "$IS_CYGWIN" == "true" ]]; then
if [[ "$CYGWIN_FLAG" == "true" ]]; then
stty icanon echo > /dev/null 2>&1
fi
exit $exit_code