Skip to content

Commit

Permalink
Return to original logic for ATOM_DISABLE_SHELLING_OUT_FOR_ENVIRONMENT
Browse files Browse the repository at this point in the history
  • Loading branch information
savetheclocktower committed Dec 13, 2023
1 parent f3b9bd8 commit 146c412
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pulsar.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ else
fi

# Only set the ATOM_DISABLE_SHELLING_OUT_FOR_ENVIRONMENT env var if it hasn't been set.
: ${ATOM_DISABLE_SHELLING_OUT_FOR_ENVIRONMENT:=true}
if [ -z "$ATOM_DISABLE_SHELLING_OUT_FOR_ENVIRONMENT" ]
then
export ATOM_DISABLE_SHELLING_OUT_FOR_ENVIRONMENT=true
fi

ATOM_ADD=false
ATOM_NEW_WINDOW=false
Expand Down

0 comments on commit 146c412

Please sign in to comment.