kopia lustrzana https://github.com/c9/core
allow overriding pylint
rodzic
1aff2f8d57
commit
f6959168cc
|
@ -209,7 +209,7 @@ module.exports = {
|
||||||
options.env = options.env || {};
|
options.env = options.env || {};
|
||||||
var PATH = options.env.PATH || this.defaultEnv && this.defaultEnv.PATH || process.env.PATH;
|
var PATH = options.env.PATH || this.defaultEnv && this.defaultEnv.PATH || process.env.PATH;
|
||||||
options.env.PATH = process.platform === "linux"
|
options.env.PATH = process.platform === "linux"
|
||||||
? "/mnt/shared/bin:" + PATH
|
? PATH + ":/mnt/shared/bin"
|
||||||
: PATH;
|
: PATH;
|
||||||
for (var key in process.env) {
|
for (var key in process.env) {
|
||||||
options.env[key] = options.env[key] != null ? options.env[key] : process.env[key];
|
options.env[key] = options.env[key] != null ? options.env[key] : process.env[key];
|
||||||
|
|
Ładowanie…
Reference in New Issue