Browse Source

setup.sh: fix bug of subcommand dotfiles

pull/1/head
10sr 10 years ago
parent
commit
83f499723e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      setup.sh

+ 1
- 1
setup.sh View File

@@ -145,7 +145,7 @@ setup_dotfiles(){
for f in $@
do
_msg "Prepareing $f"
mkdir -p "`dirname $f`"
mkdir -p "`dirname $DOTFILES_DIR/$f`"
_download $_dotfiles_url_base/$f "$DOTFILES_DIR"/$f
done
fi


Loading…
Cancel
Save