зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1428950 - Unbreak build on BSDs after bug 1297740. r=gcp
--HG-- extra : rebase_source : f1fd0a89d72fbe812ff706e17dff18c001fe4aef
This commit is contained in:
Родитель
29bae87780
Коммит
0d6100b8a4
|
@ -41,7 +41,7 @@ bool LaunchApp(const std::vector<std::string>& argv,
|
|||
// as close-on-exec.
|
||||
SetAllFDsToCloseOnExec();
|
||||
|
||||
EnvironmentArray vars = BuildEnvironmentArray(options.environ);
|
||||
EnvironmentArray vars = BuildEnvironmentArray(options.env_map);
|
||||
|
||||
posix_spawn_file_actions_t file_actions;
|
||||
if (posix_spawn_file_actions_init(&file_actions) != 0) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче