Initialize an empty __PIP_PACKAGES

This commit is contained in:
Pedro Algarvio 2015-07-22 13:13:25 +01:00
parent 532189460f
commit bc1a74da0f

View file

@ -1758,6 +1758,8 @@ install_ubuntu_deps() {
__enable_universe_repository || return 1
__PIP_PACKAGES=""
# Minimal systems might not have upstart installed, install it
__PACKAGES="upstart"