You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
anchorMC: Fix bug in restoring custom env variable
This fixes https://its.cern.ch/jira/browse/O2-6621
The `export $var=$b` command, used to restore environment variables
was executed in a sub-shell because we piped into the while loop.
This is avoiding by not using a pipe. Instead the while loop iterations are
taken from `< <()` notation.
0 commit comments