Bug 1428950 - Unbreak build on BSDs after bug 1297740. r=gcp

--HG--
extra : rebase_source : f1fd0a89d72fbe812ff706e17dff18c001fe4aef
This commit is contained in:
Jan Beich 2018-01-09 02:13:20 +00:00
Родитель 29bae87780
Коммит 0d6100b8a4
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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) {