diff options
-rwxr-xr-x | etc/midipix.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/midipix.sh b/etc/midipix.sh index be4e383f..ff617f0f 100755 --- a/etc/midipix.sh +++ b/etc/midipix.sh @@ -35,7 +35,7 @@ if [ "$(uname -o)" = "Msys" ]; then # MingW workaround (via Elieux.) export MSYS2_ARG_CONV_EXCL="*"; fi; -mintty -h always -s 120,80 -e /bin/sh -c " +mintty -d -h always -s 120,80 -e /bin/sh -c " set -o errexit; stty raw -echo; env PATH=${MIDIPIX_PATH}/lib \ |