From: Richard Hartmann Date: Fri, 10 Feb 2012 16:39:54 +0000 (+0100) Subject: Merge branch 'master' of github.com:RichiH/vcsh X-Git-Url: https://git.madduck.net/code/vcsh.git/commitdiff_plain/33de26d293a95451545def939ddbeb287d068cc8?hp=a9e401b2fec0367f03c3fc56378ac074d8cf19a3 Merge branch 'master' of github.com:RichiH/vcsh --- diff --git a/vcsh b/vcsh index 41d80e3..3a8fefc 100755 --- a/vcsh +++ b/vcsh @@ -100,7 +100,7 @@ To continue, type 'Yes, do as I say'" for file in $files; do rm -f $file || info "could not delete '$file', continuing with deletion" done - rmdir "$GIT_DIR" || error "could not delete '$GIT_DIR'" + rm -r "$GIT_DIR" || error "could not delete '$GIT_DIR'" } enter() {