From d649f3e734d3066516b0cd55cc35b1588ea1723c Mon Sep 17 00:00:00 2001 From: Hyacinthe Cartiaux Date: Thu, 2 May 2013 23:57:27 +0200 Subject: [PATCH] [install] Remove $BACKUP variable --- install.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/install.sh b/install.sh index 91f7be5..75043dd 100755 --- a/install.sh +++ b/install.sh @@ -3,13 +3,10 @@ set -x # Debug $DOTFILES=~/.dotfiles -$BACKUP=~/.dotfiles_backup [[ ! -d ~/.dotfiles ]] && git clone https://github.com/hcartiaux/dotfiles.git $DOTFILES [[ -d ~/.dotfiles ]] && ( cd $DOTFILES ; git pull ) -mkdir -p $BACKUP - cd ~ ## zsh