New line in "proper" place.

This commit is contained in:
Pedro Algarvio 2014-02-17 15:22:28 +00:00
parent 24de9d1e67
commit ff55f789ac

View file

@ -110,8 +110,8 @@ check_pip_allowed() {
_PIP_ALLOWED_ERROR_MSG="$1"
else
_PIP_ALLOWED_ERROR_MSG="pip based installations were not allowed. Retry using '-P'"
fi
if [ $_PIP_ALLOWED -eq $BS_FALSE ]; then
echoerror $_PIP_ALLOWED_ERROR_MSG
usage