From c072c5bd83d60e326cec5d7aaef5954dbac0ee21 Mon Sep 17 00:00:00 2001 From: staticsafe Date: Thu, 8 Mar 2012 12:38:36 -0500 Subject: [PATCH] fixed small issue. --- envupdate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/envupdate.sh b/envupdate.sh index 46620aa..5904432 100755 --- a/envupdate.sh +++ b/envupdate.sh @@ -31,7 +31,7 @@ if [[ -d ~/dev/dotfiles ]]; then ln -s ~/dev/dotfiles/.zsh ~/ else if [[ -d ~/.zsh ]]; then - rm ~/.zsh + rm -r ~/.zsh else printf '%s\n' "No .zsh dir exists." fi