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

Update set-env-vars to append to, instead of overwiting zipr-plugin-path env var.

parent 04854fd8
No related branches found
No related tags found
No related merge requests found
Pipeline #13551 failed
......@@ -14,6 +14,7 @@ export ZEST_RUNTIME=$PEASOUP_HOME/zest_runtime
# don't override pspath
# add us to the pspath
export PSPATH=$PSPATH:$PEASOUP_HOME/irdb-libs/plugins_install
export ZIPR_PLUGIN_PATH=$ZIPR_PLUGIN_PATH:$PEASOUP_HOME/zipr_install/plugins
if [[ -z $PS_INSTALL ]]; then
......@@ -37,7 +38,6 @@ export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$ZEST_RUNTIME/lib32:$ZEST_RUNTIME/lib64
# deprecated: going away soon.
export SECURITY_TRANSFORMS_HOME=$PEASOUP_HOME/irdb-libs
export ZIPR_PLUGIN_PATH=$PEASOUP_HOME/zipr_install/plugins
export PEASOUP_UMBRELLA_DIR=$PEASOUP_HOME
......
Subproject commit 177363ad46ad91861030e0088857269ae55dcf40
Subproject commit 13d83395e674c3c5f085f06235726f216ab47bb5
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