Checkdoc script pipes to stderr in build environment
This commit is contained in:
parent
7897f8eb84
commit
eb66b35ad4
@ -81,7 +81,7 @@ fi
|
||||
|
||||
|
||||
echo "Running checkdoc.."
|
||||
error_lines=`emacs -batch $user $args -l $lispfile -f checkdoc-batch-commandline "$@" | tee /dev/stderr | wc -l`
|
||||
error_lines=`emacs -batch $user $args -l $lispfile -f checkdoc-batch-commandline "$@" | tee >(cat 1>&2) | wc -l`
|
||||
|
||||
if [ $error_lines -gt 1 ]; then
|
||||
echo $OUTPUT
|
||||
|
Loading…
Reference in New Issue
Block a user