This command:
echo '18' | source meta-cmf-raspberrypi/setup-environment
Not set the environment variables as instead happened with a simply:
source meta-cmf-raspberrypi/setup-environment
With "18" in input.
The question at link: Environment variables are not set when my function is called in a pipeline
Not solve my problem because i have try:
echo '18' > >(source meta-cmf-raspberrypi/setup-environment)
Without success. How do I solve the problem?
meta-cmf-raspberrypi/setup-environment
look like? – Arkadiusz Drabczyk Apr 01 '20 at 13:02setup-environment
shown? – Arkadiusz Drabczyk Apr 01 '20 at 13:31setup-environment
triggers a user input/ prompt. This is a very different problem. Please update the question accordingly for more clarity. – FelixJN Apr 02 '20 at 21:06