Skip to content

Commit

Permalink
Remove spaces around =
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsawicki committed Jul 24, 2014
1 parent 54ce852 commit cc27f2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atom.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ elif [ $OS == 'Linux' ]; then
SCRIPT=$(readlink -f "$0")
USR_DIRECTORY=$(readlink -f $(dirname $SCRIPT)/..)
ATOM_PATH="$USR_DIRECTORY/share/atom/atom"
DOT_ATOM_DIR = "$HOME/.atom"
DOT_ATOM_DIR="$HOME/.atom"

if [ ! -d "$DOT_ATOM_DIR" ]; then
mkdir -p "$DOT_ATOM_DIR"
Expand Down

0 comments on commit cc27f2d

Please sign in to comment.