Browse Source

setup.sh: fix path of selfupdate target

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

+ 2
- 2
setup.sh View File

@@ -114,8 +114,8 @@ setup_selfupdate(){
_die "Abort"
fi
mkdir -vp "`dirname $1`"
_download $_dotfiles_url_base/setup.sh "$DOTFILES_DIR/$1"
chmod +x "$DOTFILES_DIR/$1"
_download $_dotfiles_url_base/setup.sh "$1"
chmod +x "$1"
}




Loading…
Cancel
Save