Skip to content
Snippets Groups Projects
Commit bd6ea6dd authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Correctly source .stackenv"

parents 90719177 3ac95355
Branches
Tags
No related merge requests found
......@@ -27,8 +27,8 @@ source $RC_DIR/functions
source $RC_DIR/stackrc
# Load the last env variables if available
if [[ -r $TOP_DIR/.stackenv ]]; then
source $TOP_DIR/.stackenv
if [[ -r $RC_DIR/.stackenv ]]; then
source $RC_DIR/.stackenv
fi
# Get some necessary configuration
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment