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

Added sourcing of flow directory to set_env

parent 182d5071
No related branches found
No related tags found
No related merge requests found
......@@ -37,4 +37,7 @@ for d in $WRAP_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:/$WRAP_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