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

Added sourcing of flow directory to set_env

parent 409c332f
No related branches found
No related tags found
No related merge requests found
......@@ -37,4 +37,7 @@ for d in $SHA_2_ACC_DIR/* ; do
source $d/set_env.sh
fi
fi
done
\ No newline at end of file
done
# Add Flow directory to Path
export PATH="$PATH:/$SHA_2_ACC_DIR/flow"
\ No newline at end of file
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