summarylogtreecommitdiffstats
path: root/fix-atom-sh.patch
diff options
context:
space:
mode:
Diffstat (limited to 'fix-atom-sh.patch')
-rw-r--r--fix-atom-sh.patch16
1 files changed, 15 insertions, 1 deletions
diff --git a/fix-atom-sh.patch b/fix-atom-sh.patch
index 98d294918a28..4a86bae098e7 100644
--- a/fix-atom-sh.patch
+++ b/fix-atom-sh.patch
@@ -1,3 +1,14 @@
+From cea80c4b9c95ed0c4268eb8e248965bc4f4c8b24 Mon Sep 17 00:00:00 2001
+From: solaraquarion <shlomochoina@gmail.com>
+Date: Sun, 28 Feb 2021 17:54:05 -0500
+Subject: [PATCH 1/3] fix atom sh
+
+---
+ atom.sh | 133 ++++++--------------------------------------------------
+ 1 file changed, 14 insertions(+), 119 deletions(-)
+
+diff --git a/atom.sh b/atom.sh
+index 768ab72b9..8a564c1a1 100755
--- a/atom.sh
+++ b/atom.sh
@@ -1,29 +1,5 @@
@@ -30,7 +41,7 @@
# Only set the ATOM_DISABLE_SHELLING_OUT_FOR_ENVIRONMENT env var if it hasn't been set.
if [ -z "$ATOM_DISABLE_SHELLING_OUT_FOR_ENVIRONMENT" ]
then
-@@ -90,105 +66,24 @@
+@@ -90,105 +66,24 @@ fi
ATOM_HOME="${ATOM_HOME:-$HOME/.atom}"
mkdir -p "$ATOM_HOME"
@@ -150,3 +161,6 @@
fi
# Exits this process when Atom is used as $EDITOR
+--
+2.30.1
+