windows fix for output

This commit is contained in:
soulgalore 2014-01-23 21:57:49 +01:00
parent f5831231f0
commit 4799c3bf9b
1 changed files with 2 additions and 1 deletions

View File

@ -127,7 +127,8 @@ if [ -f /dev/stderr ]
then
OUTPUT=/dev/stderr
else
OUTPUT=/dev/tty
## looks crazy but fix for run on Git Bash on Windows
OUTPUT=dev/tty
fi
#*******************************************************