summarylogtreecommitdiffstats
path: root/atom-git
diff options
context:
space:
mode:
Diffstat (limited to 'atom-git')
-rw-r--r--atom-git4
1 files changed, 4 insertions, 0 deletions
diff --git a/atom-git b/atom-git
index f5dd9498311d..69ef3f07024a 100644
--- a/atom-git
+++ b/atom-git
@@ -1,4 +1,8 @@
#!/bin/bash
+
+# Always disable environment shell grab, causes lockups
+export ATOM_DISABLE_SHELLING_OUT_FOR_ENVIRONMENT=true
+
while getopts ":wtfvh-:" opt; do
case "$opt" in
-)