fix for standard err check (exists in master)

This commit is contained in:
soulgalore 2014-01-27 21:56:47 +01:00
parent 6ef87ecbf5
commit 67b4668c5d
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ INPUT="$@"
## Running on Jenkins slave or as a daemon you will not have a console
## use stderr, else on Windows (Git Bash) use the console
if [ -f /dev/stderr ]
if [ -w /dev/stderr ]
then
OUTPUT=/dev/stderr
else