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

SOC1-124: Updated set_env script

parent 90cc3745
No related branches found
No related tags found
1 merge request!31SOC1-141: Restructured deconstruction buffer to remove registers and do packet...
......@@ -36,7 +36,7 @@ else
# Source environment variables for all submodules
for d in $ACC_WRAPPER_DIR/* ; do
if [ -f "$d/.git" ]; then
if [ -e "$d/.git" ]; then
if [ -f "$d/set_env.sh" ]; then
# If .git file exists - submodule
source $d/set_env.sh
......
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