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
commit 3eaa0781e3

View File

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