Skip to content
Snippets Groups Projects
Commit cf41bdb1 authored by Jason Hiser's avatar Jason Hiser :tractor:
Browse files

updated set_env_vars to work as submodule

parent 1a96b974
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,15 @@ export AFL_SKIP_BIN_CHECK=1
export ZAFL_HOME=$PWD
if [ -z "$ZAFL_INSTALL" ]; then
export ZAFL_INSTALL=$PWD/install
# manifest.txt doesn't exist in the installed development
if [[ -f manifest.txt ]]; then
# we're in dev mode
export ZAFL_INSTALL=$PWD/install
else
# we're in release mode
export ZAFL_INSTALL=$ZAFl-home
fi
fi
export PS_INSTALL=$ZAFL_INSTALL/zipr_umbrella
......
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