mirror of https://github.com/sbt/sbt.git
Fixes #53 - echo disabled after sbt exits.
Bad flag in bash. Wish this thing had a compiler....
This commit is contained in:
parent
595501304e
commit
19f9330c32
|
|
@ -191,7 +191,7 @@ run() {
|
||||||
exit_code=$?
|
exit_code=$?
|
||||||
|
|
||||||
# Clean up the terminal from cygwin hacks.
|
# Clean up the terminal from cygwin hacks.
|
||||||
if [[ "$IS_CYGWIN" == "true" ]]; then
|
if [[ "$CYGWIN_FLAG" == "true" ]]; then
|
||||||
stty icanon echo > /dev/null 2>&1
|
stty icanon echo > /dev/null 2>&1
|
||||||
fi
|
fi
|
||||||
exit $exit_code
|
exit $exit_code
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue