commit | 3eaa0781e3d87bee6d343573954b682f1f23d4b9 | [log] [tgz] |
---|---|---|
author | Jenkins <jenkins@review.openstack.org> | Mon Jan 12 17:17:41 2015 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Mon Jan 12 17:17:41 2015 +0000 |
tree | c4a046523eeb79ff44045934e9f599996d87e136 | |
parent | cfadf07465d2d4f5522e78370b2980d66d76fee4 [diff] | |
parent | 13519e8a5b8bb9141ecff09f5273d5c2896a8082 [diff] |
Merge "Fix get_packages when $DISTRO is not set"
diff --git a/functions-common b/functions-common index 7a6c3a1..3b4309a 100644 --- a/functions-common +++ b/functions-common
@@ -1011,7 +1011,6 @@ fi if [[ -z "$DISTRO" ]]; then GetDistro - echo "Found Distro $DISTRO" fi for service in ${services//,/ }; do # Allow individual services to specify dependencies