kopia lustrzana https://github.com/c9/core
do not change LD_LIBRARY_PATH variable in terminal
rodzic
eb710ca024
commit
ab13d14363
|
@ -1978,9 +1978,6 @@ module.exports = function setup(fsOptions) {
|
|||
if (options.detach)
|
||||
args.push(";", "detach");
|
||||
|
||||
options.env["LD_LIBRARY_PATH"] = (options.env["LD_LIBRARY_PATH"]
|
||||
? options.env["LD_LIBRARY_PATH"] + ":" : "") + "~/.c9/local/lib";
|
||||
|
||||
// Prevent welcome message
|
||||
options.env["ISOUTPUTPANE"] = "1";
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue