Skip to content
Snippets Groups Projects
Commit 409c332f authored by David Mapstone's avatar David Mapstone
Browse files

Fixed error in sourcing script

parent df94cd39
No related branches found
No related tags found
No related merge requests found
......@@ -27,8 +27,6 @@ export SHA_2_ACC_DIR="$( cd -- "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )"
if [ $SHA_2_ACC_DIR = $DESIGN_ROOT ]; then
echo "Design Workspace: $SHA_2_ACC_DIR"
export DESIGN_ROOT
else
source $DESIGN_ROOT/set_env.sh
fi
# Source environment variables for all submodules
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment