Merge "Make declared variables global"

This commit is contained in:
Jenkins
2017-03-08 13:31:57 +00:00
committed by Gerrit Code Review
6 changed files with 15 additions and 15 deletions

View File

@@ -12,7 +12,7 @@
# ensure we don't re-source this in the same environment
[[ -z "$_DEVSTACK_FUNCTIONS" ]] || return 0
declare -r _DEVSTACK_FUNCTIONS=1
declare -r -g _DEVSTACK_FUNCTIONS=1
# Include the common functions
FUNC_DIR=$(cd $(dirname "${BASH_SOURCE:-$0}") && pwd)