fix for standard err check (exists in master)
This commit is contained in:
parent
6ef87ecbf5
commit
67b4668c5d
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue