From 2f36ac1d5d44a9b213c33903d0dcb43ecabe9193 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Sun, 17 Aug 2014 13:40:09 +0900 Subject: [PATCH] setup.sh: fix path of selfupdate target --- setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.sh b/setup.sh index 4a0e09d..357f767 100755 --- a/setup.sh +++ b/setup.sh @@ -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" }