Merge "Fix get_packages when $DISTRO is not set"

This commit is contained in:
Jenkins
2015-01-12 17:17:41 +00:00
committed by Gerrit Code Review

View File

@@ -1011,7 +1011,6 @@ function get_packages {
fi
if [[ -z "$DISTRO" ]]; then
GetDistro
echo "Found Distro $DISTRO"
fi
for service in ${services//,/ }; do
# Allow individual services to specify dependencies