mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Just pass through the environment.
This commit is contained in:
@@ -114,7 +114,7 @@ function bootstrap() {
|
||||
{
|
||||
command: moduleInstallCommand,
|
||||
message: 'Installing modules...',
|
||||
options: moduleInstallOptions
|
||||
options: {env: moduleInstallEnv}
|
||||
},
|
||||
{
|
||||
command: dedupeApmCommand + ' ' + packagesToDedupe.join(' '),
|
||||
|
||||
Reference in New Issue
Block a user