summaryrefslogtreecommitdiff
path: root/editors/atom/files/patch-src_update-process-env.js
blob: fe34de0678a2373fc5a82d3328e2b40120714ff5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/update-process-env.js.orig	2019-10-21 17:33:40 UTC
+++ src/update-process-env.js
@@ -8,7 +8,7 @@ const ENVIRONMENT_VARIABLES_TO_PRESERVE = new Set([
   'ATOM_DISABLE_SHELLING_OUT_FOR_ENVIRONMENT'
 ]);
 
-const PLATFORMS_KNOWN_TO_WORK = new Set(['darwin', 'linux']);
+const PLATFORMS_KNOWN_TO_WORK = new Set(['darwin', 'linux', 'freebsd']);
 
 async function updateProcessEnv(launchEnv) {
   let envToAssign;