commit | 7cffc6c992dacc6f5718f939f8bcc7adcafa8ad8 | [log] [tgz] |
---|---|---|
author | Jenkins <jenkins@review.openstack.org> | Wed Feb 25 01:33:31 2015 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Wed Feb 25 01:33:31 2015 +0000 |
tree | 32733001513a92e24fcd9ce996b86c8142079c9d | |
parent | 5c053a6c569e3dd9608e95c012b2d37281536fe2 [diff] | |
parent | b8cf38c05d4c73710bbdf9a14a0a80a90c3bf925 [diff] |
Merge "Remove duplicated isset function"
diff --git a/stackrc b/stackrc index b2bc970..cb044b8 100644 --- a/stackrc +++ b/stackrc
@@ -43,14 +43,6 @@ # enable_service q-meta # # Optional, to enable tempest configuration as part of devstack # enable_service tempest -function isset { - local nounset=$(set +o | grep nounset) - set +o nounset - [[ -n "${!1+x}" ]] - result=$? - $nounset - return $result -} # this allows us to pass ENABLED_SERVICES if ! isset ENABLED_SERVICES ; then