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

dealt with zafl-install var better

parent 90e3edb4
No related branches found
No related tags found
No related merge requests found
Pipeline #3236 failed
......@@ -2,12 +2,10 @@ export ZAFL_TRACE_MAP_FIXED_ADDRESS=0x10000
export AFL_SKIP_BIN_CHECK=1
export ZAFL_HOME=$PWD
if [ -z "$ZAFL_INSTALL" -o -f manifest.txt ]; then
if [ -z "$ZAFL_INSTALL" ]; then
export ZAFL_INSTALL=$PWD/install
fi
export PS_INSTALL=$ZAFL_INSTALL/zipr_umbrella
if [ -z "$ZAFL_INSTALL" ]; then
export ZAFL_INSTALL=$PWD/install
fi
export PS_INSTALL=$ZAFL_INSTALL/zipr_umbrella
cd $ZAFL_HOME/zipr_umbrella
source ./set_env_vars
......
Subproject commit 0946430dd7027ecce49bf4ef5043703ca9c0e067
Subproject commit 018f3580c62c7293810f937594c5cf078376dc1a
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