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
Currently the variables provided through extra will be ignored by the processes in the case where I would use something that already exists, like PATH. Reasom being that the user provided extras are added last to the list.
I would suggest adding two options to this:
strcat to already existing varibles
Override already existing variables (add the user extras first)
Default behaviour being the way reproc handles it atm.
The text was updated successfully, but these errors were encountered:
Currently the variables provided through extra will be ignored by the processes in the case where I would use something that already exists, like
PATH
. Reasom being that the user provided extras are added last to the list.I would suggest adding two options to this:
strcat to already existing varibles
Override already existing variables (add the user extras first)
Default behaviour being the way reproc handles it atm.
The text was updated successfully, but these errors were encountered: