From 409c332f2bccee0c986328518b35c7bcde86c298 Mon Sep 17 00:00:00 2001
From: David Mapstone <david@mapstone.me>
Date: Tue, 28 Feb 2023 15:08:20 +0000
Subject: [PATCH] Fixed error in sourcing script

---
 set_env.sh | 2 --
 1 file changed, 2 deletions(-)

diff --git a/set_env.sh b/set_env.sh
index f8d932c..ab705a7 100755
--- a/set_env.sh
+++ b/set_env.sh
@@ -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
-- 
GitLab