Description: Increase debug output when builds fail Forwarded: not-needed Origin: vendor Author: Don Armstrong --- a/scripts/build/run-and-check.sh +++ b/scripts/build/run-and-check.sh @@ -7,7 +7,8 @@ RetVal=$? # captures the return value of the command if [ $RetVal -ne 0 ]; then echo - echo "Please check the logfile" $2 "for errors" + echo "Please check the logfile" $2 "for errors:" + cat $2 echo fi exit $RetVal --- a/scm/ps-to-png.scm +++ b/scm/ps-to-png.scm @@ -132,6 +132,7 @@ ~a\ ~a\ -dGraphicsAlphaBits=4\ + -q\ -dTextAlphaBits=4\ -dNOPAUSE\ -sDEVICE=~a\