Merge "Correctly source .stackenv"
This commit is contained in:
commit
bd6ea6dda7
4
openrc
4
openrc
@ -27,8 +27,8 @@ source $RC_DIR/functions
|
|||||||
source $RC_DIR/stackrc
|
source $RC_DIR/stackrc
|
||||||
|
|
||||||
# Load the last env variables if available
|
# Load the last env variables if available
|
||||||
if [[ -r $TOP_DIR/.stackenv ]]; then
|
if [[ -r $RC_DIR/.stackenv ]]; then
|
||||||
source $TOP_DIR/.stackenv
|
source $RC_DIR/.stackenv
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Get some necessary configuration
|
# Get some necessary configuration
|
||||||
|
Loading…
x
Reference in New Issue
Block a user