Environment variables not working

HI, trying to run a very simple script

env | sort

and set a couple of environment variables for that script

the output unfortunately does not show any of the defined environment variables

/bin/bash -c "env | sort 

echo $1" /bin/bash 31bad6e4-39ba-4703-957f-47fdec6a24a0
PWD=/home/pjf/workspace/vfoman/vfo-be-zpp
SHLVL=0
TERM=xterm-256color
_=/usr/bin/env
31bad6e4-39ba-4703-957f-47fdec6a24a0

looks like these are ignored

Thanks for reporting!

It looks like you’re using the EnvFile plugin. Unfortunately, that plugins tends to break things and doesn’t seem to be maintained anymore.

Could you try to run your example again after disabling the EnvFile plugin?

Thanks!
Joachim