Add a header for peep errors...

...since the shell's collected output is such a line-break-lacking mess.
This commit is contained in:
Erik Rose
2015-12-03 19:21:35 -05:00
parent 4bcd594234
commit 4a44c46c60
@@ -201,6 +201,7 @@ UNLIKELY_EOF
rm -rf $TEMP_DIR
if [ "$PEEP_STATUS" != 0 ]; then
# Report error. (Otherwise, be quiet.)
echo "Had a problem while downloading and verifying Python packages:"
echo $PEEP_OUT
exit 1
fi