boost.sh: add missing echo

This commit is contained in:
Ivailo Monev 2015-05-03 22:03:09 +00:00
parent 23ba4cb305
commit 0c44387890

View file

@ -11,7 +11,7 @@ if [ -z "$boost" ];then
echo "ERROR: unable to find boost headers"
exit 1
elif [ -z "$(type -p bcp)" ];then
"ERROR: bcp tool not found"
echo "ERROR: bcp tool not found"
exit 2
fi
rm -vrf miniboost/