Skip to content

Commit

Permalink
💄
Browse files Browse the repository at this point in the history
  • Loading branch information
probablycorey authored and probablykevin committed Apr 29, 2013
1 parent 5a84814 commit 6ee24cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions atom.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ ATOM_PATH=/Applications/Atom.app

if [ ! -d $ATOM_PATH ]; then sleep 5; fi # Wait for Atom to reappear, Sparkle may be replacing it.

if [ ! -d $ATOM_PATH ]; then
echo "Atom Application not found at '$ATOM_PATH'" >&2
if [ ! -d $ATOM_PATH ]; then
echo "Atom application not found at '$ATOM_PATH'" >&2
exit 1
fi

Expand Down

0 comments on commit 6ee24cc

Please sign in to comment.