fix if statement

This commit is contained in:
Ch3LL 2017-04-18 11:02:57 -04:00
parent 10ea818d62
commit 42431a37c4
No known key found for this signature in database
GPG key ID: E913CB5901E0C81C

View file

@ -3717,7 +3717,7 @@ install_centos_git_deps() {
__PACKAGES="${__PACKAGES} python-libcloud"
fi
if [ "${_INSTALL_PY:='None'}" -eq "${BS_TRUE}" ]; then
if [ "${_INSTALL_PY:='None'}" == "${BS_TRUE}" ]; then
__install_python_and_deps || return 1
else
# shellcheck disable=SC2086