← Back to team overview

kicad-developers team mailing list archive

Re: PATCH: 3D resolver

 

On 20.04.2016 12:24, Cirilo Bernardo wrote:
2. ENV VARs paths defined by the shell take precedence over
what is defined within KiCad; this is consistent with typical
UNIX use: ENV_VAR=something pcbnew test.kicad_pcb

Are you sure you understand UNIX precedence right?
If you call some shell script instead of pcbnew in your example and this script define its own variable ENV_VAR with value "something_2", this local variable takes precedence over global ENV_VAR and over ENV_VAR with value "something" supplied in command line.

--
Regards,
  Sergey A. Borshch            mailto: sb-sf@xxxxxxxxxxxxxxx
    SB ELDI ltd. Riga, Latvia


References