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

SOC1-124: Updated set_env script to find git repos

parent 1dd9a82c
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ else
# Source environment variables for all submodules
for d in $ACC_ENGINE_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