Closed jyurek closed 12 years ago
The ENV is only modifiable via the Cocaine::CommandLine.environment hash. There should be a way to supply individual changes for a single command without having to modify what is essentially a global.
Cocaine::CommandLine.environment
This is done in 059b454de28c93b6f224e01b1ff66cfabd58dd21 .
The ENV is only modifiable via the
Cocaine::CommandLine.environment
hash. There should be a way to supply individual changes for a single command without having to modify what is essentially a global.