Remove duplicate lines in install_openbsd_deps function

This commit is contained in:
Denys Havrysh 2016-02-28 17:17:09 +02:00
parent 8d74e90a55
commit c4457433cc

View file

@ -4475,9 +4475,6 @@ install_openbsd_deps() {
fi
done
fi
if [ "$_UPGRADE_SYS" -eq $BS_TRUE ]; then
/usr/local/bin/pip install --upgrade pip || return 1
fi
if [ "${_EXTRA_PACKAGES}" != "" ]; then
echoinfo "Installing the following extra packages as requested: ${_EXTRA_PACKAGES}"
# shellcheck disable=SC2086