added explaining text for #352

This commit is contained in:
soulgalore 2014-01-23 22:04:24 +01:00
parent f618cbd215
commit f38a3df76d
1 changed files with 2 additions and 1 deletions

View File

@ -123,11 +123,12 @@ COLLECT_BROWSER_TIMINGS=false
# Store the input to be able to log exactly how/what was done
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 ]
then
OUTPUT=/dev/stderr
else
## looks crazy but fix for run on Git Bash on Windows
OUTPUT=/dev/tty
fi