Remove a stray -e from bootstrap's error report.

Not sure it was there, unless I had intended -n.
This commit is contained in:
Bill Currie 2014-01-17 15:47:29 +09:00
parent 7de0317a22
commit b133e9a092

View file

@ -100,7 +100,7 @@ else
fi
if test -n "$errors" ; then
echo -e $errors
echo "$errors"
exit 1
fi