Fix shellcheck errors

This commit is contained in:
ch3ll 2019-10-30 09:47:30 -04:00
parent a2f5fb4b85
commit a6522e9ae0
No known key found for this signature in database
GPG key ID: 1124C6796EBDBD8D

View file

@ -3339,10 +3339,10 @@ install_debian_10_git_deps() {
fi
__install_tornado_pip ${_py}|| return 1
# shellcheck disable=SC2086
__PACKAGES="${__PACKAGES} python${PY_PKG_VER}-msgpack python${PY_PKG_VER}-jinja2"
__PACKAGES="${__PACKAGES} python${PY_PKG_VER}-tornado python${PY_PKG_VER}-yaml python${PY_PKG_VER}-zmq"
# shellcheck disable=SC2086
__apt_get_install_noinput ${__PACKAGES} || return 1
return 0