This commit is contained in:
probablycorey
2013-04-26 16:07:45 -07:00
committed by Corey Johnson & Kevin Sawicki
parent 5a84814e27
commit 6ee24cc50e

View File

@@ -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