💄 Remove unnecessary conditional

`mkdir -p` is an idempotent operation.
Esse commit está contido em:
Miguel Lloreda
2014-10-07 21:39:36 -04:00
commit bcbf01c852
+1 -3
Ver Arquivo
@@ -71,9 +71,7 @@ elif [ $OS == 'Linux' ]; then
ATOM_PATH="$USR_DIRECTORY/share/atom/atom"
DOT_ATOM_DIR="$HOME/.atom"
if [ ! -d "$DOT_ATOM_DIR" ]; then
mkdir -p "$DOT_ATOM_DIR"
fi
mkdir -p "$DOT_ATOM_DIR"
: ${TMPDIR:=/tmp}