Fix shellcheck errors

This commit is contained in:
ch3ll 2019-11-01 17:15:39 -04:00 committed by Pedro Algarvio
parent e4f8fe0dca
commit cad861f874
No known key found for this signature in database
GPG key ID: BB36BF6584A298FF

View file

@ -3826,7 +3826,7 @@ install_fedora_stable_post() {
install_fedora_git_deps() {
if [ -n "$_PY_EXE" ] && [ "$_PY_MAJOR_VERSION" -eq 3 ]; then
if [ "$DISTRO_MAJOR_VERSION" -eq 31 ]; then
__install_tornado_pip $_PY_EXE
__install_tornado_pip "${_PY_EXE}"|| return 1
fi
# Packages are named python3-<whatever>
PY_PKG_VER=3