Skip to content

Commit

Permalink
Merge pull request bbatsov#773 from bronislav/patch-2
Browse files Browse the repository at this point in the history
Don't create already existed directories
  • Loading branch information
bbatsov committed Jan 10, 2015
2 parents 93b7bed + fd75032 commit 157aff9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions utils/installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ install_prelude () {

make_prelude_dirs () {
printf " Making the required directories.\n$RESET"
mkdir -p "$PRELUDE_INSTALL_DIR/vendor" "$PRELUDE_INSTALL_DIR/personal"
mkdir -p "$PRELUDE_INSTALL_DIR/themes"
mkdir -p "$PRELUDE_INSTALL_DIR/savefile"
}

Expand Down

0 comments on commit 157aff9

Please sign in to comment.